diff options
Diffstat (limited to 'arch/arm/mach-s3c64xx/Kconfig')
-rw-r--r-- | arch/arm/mach-s3c64xx/Kconfig | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c64xx/Kconfig b/arch/arm/mach-s3c64xx/Kconfig index 381586c7b1b2..e42e26d7fd38 100644 --- a/arch/arm/mach-s3c64xx/Kconfig +++ b/arch/arm/mach-s3c64xx/Kconfig | |||
@@ -78,6 +78,11 @@ config S3C64XX_SETUP_SDHCI_GPIO | |||
78 | help | 78 | help |
79 | Common setup code for S3C64XX SDHCI GPIO configurations | 79 | Common setup code for S3C64XX SDHCI GPIO configurations |
80 | 80 | ||
81 | config S3C64XX_SETUP_SPI | ||
82 | bool | ||
83 | help | ||
84 | Common setup code for SPI GPIO configurations | ||
85 | |||
81 | # S36400 Macchine support | 86 | # S36400 Macchine support |
82 | 87 | ||
83 | config MACH_SMDK6400 | 88 | config MACH_SMDK6400 |
@@ -277,6 +282,7 @@ config MACH_WLF_CRAGG_6410 | |||
277 | select S3C64XX_SETUP_IDE | 282 | select S3C64XX_SETUP_IDE |
278 | select S3C64XX_SETUP_FB_24BPP | 283 | select S3C64XX_SETUP_FB_24BPP |
279 | select S3C64XX_SETUP_KEYPAD | 284 | select S3C64XX_SETUP_KEYPAD |
285 | select S3C64XX_SETUP_SPI | ||
280 | select SAMSUNG_DEV_ADC | 286 | select SAMSUNG_DEV_ADC |
281 | select SAMSUNG_DEV_KEYPAD | 287 | select SAMSUNG_DEV_KEYPAD |
282 | select S3C_DEV_USB_HOST | 288 | select S3C_DEV_USB_HOST |
@@ -287,7 +293,7 @@ config MACH_WLF_CRAGG_6410 | |||
287 | select S3C_DEV_I2C1 | 293 | select S3C_DEV_I2C1 |
288 | select S3C_DEV_WDT | 294 | select S3C_DEV_WDT |
289 | select S3C_DEV_RTC | 295 | select S3C_DEV_RTC |
290 | select S3C64XX_DEV_SPI | 296 | select S3C64XX_DEV_SPI0 |
291 | select S3C24XX_GPIO_EXTRA128 | 297 | select S3C24XX_GPIO_EXTRA128 |
292 | select I2C | 298 | select I2C |
293 | help | 299 | help |