aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2010-12-07 19:25:41 -0500
committerTony Lindgren <tony@atomide.com>2010-12-07 19:25:41 -0500
commit7b045c96cd1405597a6a2e98bc53a4ac01d835b1 (patch)
tree7d144790f102764d40a9217756c703fc74903c07 /arch
parent6722a7238d062b747fc03b35d3371b935bcc965d (diff)
omap: Don't select mux by default for each board
This should be only selected in CONFIG_ARCH_OMAP2PLUS_TYPICAL to make it easy to disable. Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-omap2/Kconfig4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig
index fc3a181aac85..144e7bb7c88c 100644
--- a/arch/arm/mach-omap2/Kconfig
+++ b/arch/arm/mach-omap2/Kconfig
@@ -134,7 +134,6 @@ config MACH_DEVKIT8000
134 depends on ARCH_OMAP3 134 depends on ARCH_OMAP3
135 default y 135 default y
136 select OMAP_PACKAGE_CUS 136 select OMAP_PACKAGE_CUS
137 select OMAP_MUX
138 137
139config MACH_OMAP_LDP 138config MACH_OMAP_LDP
140 bool "OMAP3 LDP board" 139 bool "OMAP3 LDP board"
@@ -250,14 +249,12 @@ config MACH_CM_T35
250 depends on ARCH_OMAP3 249 depends on ARCH_OMAP3
251 default y 250 default y
252 select OMAP_PACKAGE_CUS 251 select OMAP_PACKAGE_CUS
253 select OMAP_MUX
254 252
255config MACH_CM_T3517 253config MACH_CM_T3517
256 bool "CompuLab CM-T3517 module" 254 bool "CompuLab CM-T3517 module"
257 depends on ARCH_OMAP3 255 depends on ARCH_OMAP3
258 default y 256 default y
259 select OMAP_PACKAGE_CBB 257 select OMAP_PACKAGE_CBB
260 select OMAP_MUX
261 258
262config MACH_IGEP0020 259config MACH_IGEP0020
263 bool "IGEP v2 board" 260 bool "IGEP v2 board"
@@ -276,7 +273,6 @@ config MACH_SBC3530
276 depends on ARCH_OMAP3 273 depends on ARCH_OMAP3
277 default y 274 default y
278 select OMAP_PACKAGE_CUS 275 select OMAP_PACKAGE_CUS
279 select OMAP_MUX
280 276
281config MACH_OMAP_3630SDP 277config MACH_OMAP_3630SDP
282 bool "OMAP3630 SDP board" 278 bool "OMAP3630 SDP board"