diff options
Diffstat (limited to 'arch/arm/mach-s5p6440/Kconfig')
| -rw-r--r-- | arch/arm/mach-s5p6440/Kconfig | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/arch/arm/mach-s5p6440/Kconfig b/arch/arm/mach-s5p6440/Kconfig index 084c0bced13c..6a4af7f57584 100644 --- a/arch/arm/mach-s5p6440/Kconfig +++ b/arch/arm/mach-s5p6440/Kconfig | |||
| @@ -13,12 +13,20 @@ config CPU_S5P6440 | |||
| 13 | help | 13 | help |
| 14 | Enable S5P6440 CPU support | 14 | Enable S5P6440 CPU support |
| 15 | 15 | ||
| 16 | config S5P6440_SETUP_I2C1 | ||
| 17 | bool | ||
| 18 | help | ||
| 19 | Common setup code for i2c bus 1. | ||
| 20 | |||
| 16 | config MACH_SMDK6440 | 21 | config MACH_SMDK6440 |
| 17 | bool "SMDK6440" | 22 | bool "SMDK6440" |
| 18 | select CPU_S5P6440 | 23 | select CPU_S5P6440 |
| 19 | select SAMSUNG_DEV_TS | 24 | select S3C_DEV_I2C1 |
| 20 | select SAMSUNG_DEV_ADC | 25 | select S3C_DEV_RTC |
| 21 | select S3C_DEV_WDT | 26 | select S3C_DEV_WDT |
| 27 | select SAMSUNG_DEV_ADC | ||
| 28 | select SAMSUNG_DEV_TS | ||
| 29 | select S5P6440_SETUP_I2C1 | ||
| 22 | help | 30 | help |
| 23 | Machine support for the Samsung SMDK6440 | 31 | Machine support for the Samsung SMDK6440 |
| 24 | 32 | ||
