1 --- a/arch/arm/plat-s3c24xx/Kconfig
2 +++ b/arch/arm/plat-s3c24xx/Kconfig
3 @@ -112,4 +112,20 @@ config MACH_SMDK
5 Common machine code for SMDK2410 and SMDK2440
10 + select SERIAL_SAMSUNG
11 + select SERIAL_SAMSUNG_CONSOLE
13 + Common machine code for Neo1973 hardware
18 + select SERIAL_SAMSUNG
19 + select SERIAL_SAMSUNG_CONSOLE
21 + Common machine code for Neo1973 hardware
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
30 +obj-$(CONFIG_MACH_NEO1973) += \
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/
41 +obj-$(CONFIG_MACH_NEO1973) += gta02_pm_host.o \
42 + gta02_pm_resume_reason.o