ramips: add support for Belkin F5D8235 v2 board
[openwrt/openwrt.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,8 @@ 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 --- a/drivers/misc/Makefile
36 +++ b/drivers/misc/Makefile
37 @@ -21,3 +21,6 @@ obj-$(CONFIG_HP_ILO) += hpilo.o
38 obj-$(CONFIG_ISL29003) += isl29003.o
39 obj-$(CONFIG_C2PORT) += c2port/
40 obj-y += eeprom/
41 +obj-$(CONFIG_MACH_NEO1973) += gta02_pm_host.o \
42 + gta02_pm_resume_reason.o
43 +