diff options
Diffstat (limited to 'arch/arm/mach-s5p64x0/Kconfig')
-rw-r--r-- | arch/arm/mach-s5p64x0/Kconfig | 31 |
1 files changed, 29 insertions, 2 deletions
diff --git a/arch/arm/mach-s5p64x0/Kconfig b/arch/arm/mach-s5p64x0/Kconfig index 18690c5f99e6..c87f6108eeb1 100644 --- a/arch/arm/mach-s5p64x0/Kconfig +++ b/arch/arm/mach-s5p64x0/Kconfig | |||
@@ -36,6 +36,16 @@ config S5P64X0_SETUP_I2C1 | |||
36 | help | 36 | help |
37 | Common setup code for i2c bus 1. | 37 | Common setup code for i2c bus 1. |
38 | 38 | ||
39 | config S5P64X0_SETUP_SPI | ||
40 | bool | ||
41 | help | ||
42 | Common setup code for SPI GPIO configurations | ||
43 | |||
44 | config S5P64X0_SETUP_SDHCI_GPIO | ||
45 | bool | ||
46 | help | ||
47 | Common setup code for SDHCI gpio. | ||
48 | |||
39 | # machine support | 49 | # machine support |
40 | 50 | ||
41 | config MACH_SMDK6440 | 51 | config MACH_SMDK6440 |
@@ -45,13 +55,16 @@ config MACH_SMDK6440 | |||
45 | select S3C_DEV_I2C1 | 55 | select S3C_DEV_I2C1 |
46 | select S3C_DEV_RTC | 56 | select S3C_DEV_RTC |
47 | select S3C_DEV_WDT | 57 | select S3C_DEV_WDT |
48 | select S3C64XX_DEV_SPI | 58 | select S3C_DEV_HSMMC |
59 | select S3C_DEV_HSMMC1 | ||
60 | select S3C_DEV_HSMMC2 | ||
49 | select SAMSUNG_DEV_ADC | 61 | select SAMSUNG_DEV_ADC |
50 | select SAMSUNG_DEV_BACKLIGHT | 62 | select SAMSUNG_DEV_BACKLIGHT |
51 | select SAMSUNG_DEV_PWM | 63 | select SAMSUNG_DEV_PWM |
52 | select SAMSUNG_DEV_TS | 64 | select SAMSUNG_DEV_TS |
53 | select S5P64X0_SETUP_FB_24BPP | 65 | select S5P64X0_SETUP_FB_24BPP |
54 | select S5P64X0_SETUP_I2C1 | 66 | select S5P64X0_SETUP_I2C1 |
67 | select S5P64X0_SETUP_SDHCI_GPIO | ||
55 | help | 68 | help |
56 | Machine support for the Samsung SMDK6440 | 69 | Machine support for the Samsung SMDK6440 |
57 | 70 | ||
@@ -62,14 +75,28 @@ config MACH_SMDK6450 | |||
62 | select S3C_DEV_I2C1 | 75 | select S3C_DEV_I2C1 |
63 | select S3C_DEV_RTC | 76 | select S3C_DEV_RTC |
64 | select S3C_DEV_WDT | 77 | select S3C_DEV_WDT |
65 | select S3C64XX_DEV_SPI | 78 | select S3C_DEV_HSMMC |
79 | select S3C_DEV_HSMMC1 | ||
80 | select S3C_DEV_HSMMC2 | ||
66 | select SAMSUNG_DEV_ADC | 81 | select SAMSUNG_DEV_ADC |
67 | select SAMSUNG_DEV_BACKLIGHT | 82 | select SAMSUNG_DEV_BACKLIGHT |
68 | select SAMSUNG_DEV_PWM | 83 | select SAMSUNG_DEV_PWM |
69 | select SAMSUNG_DEV_TS | 84 | select SAMSUNG_DEV_TS |
70 | select S5P64X0_SETUP_FB_24BPP | 85 | select S5P64X0_SETUP_FB_24BPP |
71 | select S5P64X0_SETUP_I2C1 | 86 | select S5P64X0_SETUP_I2C1 |
87 | select S5P64X0_SETUP_SDHCI_GPIO | ||
72 | help | 88 | help |
73 | Machine support for the Samsung SMDK6450 | 89 | Machine support for the Samsung SMDK6450 |
74 | 90 | ||
91 | menu "Use 8-bit SDHCI bus width" | ||
92 | |||
93 | config S5P64X0_SD_CH1_8BIT | ||
94 | bool "SDHCI Channel 1 (Slot 1)" | ||
95 | depends on MACH_SMDK6450 || MACH_SMDK6440 | ||
96 | help | ||
97 | Support SDHCI Channel 1 8-bit bus. | ||
98 | If selected, Channel 2 is disabled. | ||
99 | |||
100 | endmenu | ||
101 | |||
75 | endif | 102 | endif |