[ar7] rework ar7 profiles to separate dsl firmwares, annex-a being now the default...
[openwrt/svn-archive/archive.git] / target / linux / s3c24xx / patches-2.6.30 / 014-neo1973_mach.patch
1 --- a/arch/arm/plat-s3c24xx/Kconfig
2 +++ b/arch/arm/plat-s3c24xx/Kconfig
3 @@ -112,4 +112,20 @@ config MACH_SMDK
4 help
5 Common machine code for SMDK2410 and SMDK2440
6
7 +config MACH_NEO1973
8 + bool
9 + select RFKILL
10 + select SERIAL_SAMSUNG
11 + select SERIAL_SAMSUNG_CONSOLE
12 + help
13 + Common machine code for Neo1973 hardware
14 +
15 +config MACH_NEO1973
16 + bool
17 + select RFKILL
18 + select SERIAL_SAMSUNG
19 + select SERIAL_SAMSUNG_CONSOLE
20 + help
21 + Common machine code for Neo1973 hardware
22 +
23 endif
24 --- a/arch/arm/mach-s3c2442/Makefile
25 +++ b/arch/arm/mach-s3c2442/Makefile
26 @@ -14,3 +14,9 @@ obj-$(CONFIG_CPU_S3C2442) += clock.o
27
28 # Machine support
29
30 +obj-$(CONFIG_MACH_NEO1973) += \
31 + gta02-pm-gsm.o \
32 + gta02-pm-gps.o \
33 + gta02-pm-bt.o \
34 + gta02-pm-wlan.o \
35 + gta02-shadow.o
36 --- a/drivers/misc/Makefile
37 +++ b/drivers/misc/Makefile
38 @@ -21,3 +21,6 @@ obj-$(CONFIG_HP_ILO) += hpilo.o
39 obj-$(CONFIG_ISL29003) += isl29003.o
40 obj-$(CONFIG_C2PORT) += c2port/
41 obj-y += eeprom/
42 +obj-$(CONFIG_MACH_NEO1973) += gta02_pm_host.o \
43 + gta02_pm_resume_reason.o
44 +