diff --git a/arch/arm/mach-s3c64xx/Kconfig b/arch/arm/mach-s3c64xx/Kconfig index e4aede13990d4ef41f557597d715a9511c788613..b706b80cc968f7434bfdf2fd41fb8135a7034b3d 100644 --- a/arch/arm/mach-s3c64xx/Kconfig +++ b/arch/arm/mach-s3c64xx/Kconfig @@ -107,6 +107,8 @@ config MACH_REAL6410 select S3C_DEV_FB select S3C64XX_SETUP_FB_24BPP select S3C_DEV_NAND + select SAMSUNG_DEV_ADC + select SAMSUNG_DEV_TS help Machine support for the CoreWind REAL6410 diff --git a/arch/arm/mach-s3c64xx/mach-real6410.c b/arch/arm/mach-s3c64xx/mach-real6410.c index 9fd943d76aad812bf046592c8eac190e82df0ec9..bad6990eeb822462461eb1f68704d3a5ec0f846c 100644 --- a/arch/arm/mach-s3c64xx/mach-real6410.c +++ b/arch/arm/mach-s3c64xx/mach-real6410.c @@ -36,11 +36,13 @@ #include #include +#include #include #include #include #include #include +#include #include