make uclibc 0.9.30.1 the default
[openwrt.git] / target / linux / s3c24xx / patches-2.6.30 / 014-neo1973_mach.patch
1 Index: linux-2.6.30-rc6/arch/arm/plat-s3c24xx/Kconfig
2 ===================================================================
3 --- linux-2.6.30-rc6.orig/arch/arm/plat-s3c24xx/Kconfig 2009-05-18 19:08:29.000000000 +0200
4 +++ linux-2.6.30-rc6/arch/arm/plat-s3c24xx/Kconfig      2009-05-18 19:08:31.000000000 +0200
5 @@ -112,4 +112,20 @@
6         help
7           Common machine code for SMDK2410 and SMDK2440
8  
9 +config MACH_NEO1973
10 +       bool
11 +       select RFKILL
12 +       select SERIAL_SAMSUNG
13 +       select SERIAL_SAMSUNG_CONSOLE
14 +       help
15 +         Common machine code for Neo1973 hardware
16 +
17 +config MACH_NEO1973
18 +       bool
19 +       select RFKILL
20 +       select SERIAL_SAMSUNG
21 +       select SERIAL_SAMSUNG_CONSOLE
22 +       help
23 +         Common machine code for Neo1973 hardware
24 +
25  endif
26 Index: linux-2.6.30-rc6/arch/arm/mach-s3c2442/Makefile
27 ===================================================================
28 --- linux-2.6.30-rc6.orig/arch/arm/mach-s3c2442/Makefile        2009-05-16 06:12:57.000000000 +0200
29 +++ linux-2.6.30-rc6/arch/arm/mach-s3c2442/Makefile     2009-05-18 19:08:31.000000000 +0200
30 @@ -14,3 +14,9 @@
31  
32  # Machine support
33  
34 +obj-$(CONFIG_MACH_NEO1973)     += \
35 +                                   gta02-pm-gsm.o \
36 +                                   gta02-pm-gps.o \
37 +                                   gta02-pm-bt.o  \
38 +                                   gta02-pm-wlan.o  \
39 +                                   gta02-shadow.o
40 Index: linux-2.6.30-rc6/drivers/misc/Makefile
41 ===================================================================
42 --- linux-2.6.30-rc6.orig/drivers/misc/Makefile 2009-05-16 06:12:57.000000000 +0200
43 +++ linux-2.6.30-rc6/drivers/misc/Makefile      2009-05-18 19:08:31.000000000 +0200
44 @@ -21,3 +21,6 @@
45  obj-$(CONFIG_ISL29003)         += isl29003.o
46  obj-$(CONFIG_C2PORT)           += c2port/
47  obj-y                          += eeprom/
48 +obj-$(CONFIG_MACH_NEO1973)      += gta02_pm_host.o \
49 +                                   gta02_pm_resume_reason.o
50 +