diff options
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-davinci/Kconfig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/mach-davinci/Kconfig b/arch/arm/mach-davinci/Kconfig index b77b860b36d7..84066e8231b3 100644 --- a/arch/arm/mach-davinci/Kconfig +++ b/arch/arm/mach-davinci/Kconfig | |||
@@ -148,7 +148,6 @@ config MACH_DAVINCI_DA850_EVM | |||
148 | bool "TI DA850/OMAP-L138/AM18x Reference Platform" | 148 | bool "TI DA850/OMAP-L138/AM18x Reference Platform" |
149 | default ARCH_DAVINCI_DA850 | 149 | default ARCH_DAVINCI_DA850 |
150 | depends on ARCH_DAVINCI_DA850 | 150 | depends on ARCH_DAVINCI_DA850 |
151 | select GPIO_PCA953X | ||
152 | help | 151 | help |
153 | Say Y here to select the TI DA850/OMAP-L138/AM18x Evaluation Module. | 152 | Say Y here to select the TI DA850/OMAP-L138/AM18x Evaluation Module. |
154 | 153 | ||
@@ -178,6 +177,9 @@ config DA850_UI_RMII | |||
178 | 177 | ||
179 | endchoice | 178 | endchoice |
180 | 179 | ||
180 | config GPIO_PCA953X | ||
181 | default MACH_DAVINCI_DA850_EVM | ||
182 | |||
181 | config MACH_TNETV107X | 183 | config MACH_TNETV107X |
182 | bool "TI TNETV107X Reference Platform" | 184 | bool "TI TNETV107X Reference Platform" |
183 | default ARCH_DAVINCI_TNETV107X | 185 | default ARCH_DAVINCI_TNETV107X |