diff options
Diffstat (limited to 'arch/arm/mach-s3c64xx/Kconfig')
-rw-r--r-- | arch/arm/mach-s3c64xx/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c64xx/Kconfig b/arch/arm/mach-s3c64xx/Kconfig index f5a59727949f..12f063b12569 100644 --- a/arch/arm/mach-s3c64xx/Kconfig +++ b/arch/arm/mach-s3c64xx/Kconfig | |||
@@ -57,6 +57,11 @@ config S3C64XX_SETUP_I2C1 | |||
57 | help | 57 | help |
58 | Common setup code for i2c bus 1. | 58 | Common setup code for i2c bus 1. |
59 | 59 | ||
60 | config S3C64XX_SETUP_IDE | ||
61 | bool | ||
62 | help | ||
63 | Common setup code for S3C64XX IDE. | ||
64 | |||
60 | config S3C64XX_SETUP_FB_24BPP | 65 | config S3C64XX_SETUP_FB_24BPP |
61 | bool | 66 | bool |
62 | help | 67 | help |
@@ -95,6 +100,7 @@ config MACH_SMDK6410 | |||
95 | select S3C_DEV_HSMMC | 100 | select S3C_DEV_HSMMC |
96 | select S3C_DEV_HSMMC1 | 101 | select S3C_DEV_HSMMC1 |
97 | select S3C_DEV_I2C1 | 102 | select S3C_DEV_I2C1 |
103 | select SAMSUNG_DEV_IDE | ||
98 | select S3C_DEV_FB | 104 | select S3C_DEV_FB |
99 | select SAMSUNG_DEV_TS | 105 | select SAMSUNG_DEV_TS |
100 | select S3C_DEV_USB_HOST | 106 | select S3C_DEV_USB_HOST |
@@ -103,6 +109,7 @@ config MACH_SMDK6410 | |||
103 | select HAVE_S3C2410_WATCHDOG | 109 | select HAVE_S3C2410_WATCHDOG |
104 | select S3C64XX_SETUP_SDHCI | 110 | select S3C64XX_SETUP_SDHCI |
105 | select S3C64XX_SETUP_I2C1 | 111 | select S3C64XX_SETUP_I2C1 |
112 | select S3C64XX_SETUP_IDE | ||
106 | select S3C64XX_SETUP_FB_24BPP | 113 | select S3C64XX_SETUP_FB_24BPP |
107 | help | 114 | help |
108 | Machine support for the Samsung SMDK6410 | 115 | Machine support for the Samsung SMDK6410 |