diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-11-20 06:13:58 -0500 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2012-11-20 06:13:58 -0500 |
commit | 5a7eb8e4fedc03b5c511a61986bff6f6d31c693f (patch) | |
tree | 3e1991a3f1b4c5fca4c5d37cb51e35a73aad52e3 /arch/arm/mach-s3c64xx/Kconfig | |
parent | 75e56c98ef5bfa5d4a1a6c8c16b47356e793aa6d (diff) |
ARM: S3C64XX: Add missing device selects for Cragganmore
Previously unnoticed due to selection by other machines.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s3c64xx/Kconfig')
-rw-r--r-- | arch/arm/mach-s3c64xx/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c64xx/Kconfig b/arch/arm/mach-s3c64xx/Kconfig index 63e7ae3ee9e6..131c86284711 100644 --- a/arch/arm/mach-s3c64xx/Kconfig +++ b/arch/arm/mach-s3c64xx/Kconfig | |||
@@ -294,6 +294,7 @@ config MACH_WLF_CRAGG_6410 | |||
294 | select S3C64XX_SETUP_SDHCI | 294 | select S3C64XX_SETUP_SDHCI |
295 | select S3C64XX_SETUP_SPI | 295 | select S3C64XX_SETUP_SPI |
296 | select S3C64XX_SETUP_USB_PHY | 296 | select S3C64XX_SETUP_USB_PHY |
297 | select S3C_DEV_FB | ||
297 | select S3C_DEV_HSMMC | 298 | select S3C_DEV_HSMMC |
298 | select S3C_DEV_HSMMC1 | 299 | select S3C_DEV_HSMMC1 |
299 | select S3C_DEV_HSMMC2 | 300 | select S3C_DEV_HSMMC2 |
@@ -304,6 +305,7 @@ config MACH_WLF_CRAGG_6410 | |||
304 | select S3C_DEV_WDT | 305 | select S3C_DEV_WDT |
305 | select SAMSUNG_DEV_ADC | 306 | select SAMSUNG_DEV_ADC |
306 | select SAMSUNG_DEV_KEYPAD | 307 | select SAMSUNG_DEV_KEYPAD |
308 | select SAMSUNG_DEV_PWM | ||
307 | select SAMSUNG_GPIO_EXTRA128 | 309 | select SAMSUNG_GPIO_EXTRA128 |
308 | help | 310 | help |
309 | Machine support for the Wolfson Cragganmore S3C6410 variant. | 311 | Machine support for the Wolfson Cragganmore S3C6410 variant. |