diff options
-rw-r--r-- | arch/arm/mach-davinci/Kconfig | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/arch/arm/mach-davinci/Kconfig b/arch/arm/mach-davinci/Kconfig index 006144401c95..89d5aa7d43a7 100644 --- a/arch/arm/mach-davinci/Kconfig +++ b/arch/arm/mach-davinci/Kconfig | |||
@@ -130,22 +130,18 @@ config MACH_DAVINCI_DA850_EVM | |||
130 | bool "TI DA850/OMAP-L138 Reference Platform" | 130 | bool "TI DA850/OMAP-L138 Reference Platform" |
131 | default ARCH_DAVINCI_DA850 | 131 | default ARCH_DAVINCI_DA850 |
132 | depends on ARCH_DAVINCI_DA850 | 132 | depends on ARCH_DAVINCI_DA850 |
133 | help | ||
134 | Say Y here to select the TI DA850/OMAP-L138 Evaluation Module. | ||
135 | |||
136 | config DA850_UI_EXP | ||
137 | bool "DA850/OMAP-L138 UI (User Interface) board expander configuration" | ||
138 | depends on MACH_DAVINCI_DA850_EVM | ||
139 | select GPIO_PCA953X | 133 | select GPIO_PCA953X |
140 | help | 134 | help |
141 | Say Y here if you have the DA850/OMAP-L138 UI | 135 | Say Y here to select the TI DA850/OMAP-L138 Evaluation Module. |
142 | (User Interface) board installed and you want to | ||
143 | enable the peripherals located on User Interface | ||
144 | board contorlled by TCA6416 expander. | ||
145 | 136 | ||
146 | choice | 137 | choice |
147 | prompt "Select peripherals connected to expander on UI board" | 138 | prompt "Select peripherals connected to expander on UI board" |
148 | depends on DA850_UI_EXP | 139 | depends on MACH_DAVINCI_DA850_EVM |
140 | help | ||
141 | The presence of User Interface (UI) card on the DA850/OMAP-L138 | ||
142 | EVM is detected automatically based on successful probe of the I2C | ||
143 | based GPIO expander on that card. This option selected in this | ||
144 | menu has an effect only in case of a successful UI card detection. | ||
149 | 145 | ||
150 | config DA850_UI_NONE | 146 | config DA850_UI_NONE |
151 | bool "No peripheral is enabled" | 147 | bool "No peripheral is enabled" |