diff options
author | Yauhen Kharuzhy <jekhor@gmail.com> | 2010-11-28 20:30:19 +0200 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-11-30 08:34:02 +0000 |
commit | 4249f8acf993046948dc1f2e74244fe484c8cb8f (patch) | |
tree | b7fea261f5f33a3b9843599f296cf54fa1c71395 /arch/arm | |
parent | e8a7e48bb248a1196484d3f8afa53bded2b24e71 (diff) | |
download | op-kernel-dev-4249f8acf993046948dc1f2e74244fe484c8cb8f.zip op-kernel-dev-4249f8acf993046948dc1f2e74244fe484c8cb8f.tar.gz |
ARM: SMDK2416: Select MACH_SMDK, S3C_DEV_NAND, S3C_DEV_USB_HOST
Enable compilation of platform devices and initialization code used in
SMDK2416 board file.
Signed-off-by: Yauhen Kharuzhy <jekhor@gmail.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-s3c2416/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2416/Kconfig b/arch/arm/mach-s3c2416/Kconfig index 87b9c9f..27b3e7c 100644 --- a/arch/arm/mach-s3c2416/Kconfig +++ b/arch/arm/mach-s3c2416/Kconfig @@ -35,9 +35,12 @@ menu "S3C2416 Machines" config MACH_SMDK2416 bool "SMDK2416" select CPU_S3C2416 + select MACH_SMDK select S3C_DEV_FB select S3C_DEV_HSMMC select S3C_DEV_HSMMC1 + select S3C_DEV_NAND + select S3C_DEV_USB_HOST select S3C2416_PM if PM help Say Y here if you are using an SMDK2416 |