Skip to content

Commit

Permalink
omap: Don't select mux by default for each board
Browse files Browse the repository at this point in the history
This should be only selected in CONFIG_ARCH_OMAP2PLUS_TYPICAL
to make it easy to disable.

Signed-off-by: Tony Lindgren <tony@atomide.com>
  • Loading branch information
Tony Lindgren committed Dec 8, 2010
1 parent 6722a72 commit 7b045c9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions arch/arm/mach-omap2/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ config MACH_DEVKIT8000
depends on ARCH_OMAP3
default y
select OMAP_PACKAGE_CUS
select OMAP_MUX

config MACH_OMAP_LDP
bool "OMAP3 LDP board"
Expand Down Expand Up @@ -250,14 +249,12 @@ config MACH_CM_T35
depends on ARCH_OMAP3
default y
select OMAP_PACKAGE_CUS
select OMAP_MUX

config MACH_CM_T3517
bool "CompuLab CM-T3517 module"
depends on ARCH_OMAP3
default y
select OMAP_PACKAGE_CBB
select OMAP_MUX

config MACH_IGEP0020
bool "IGEP v2 board"
Expand All @@ -276,7 +273,6 @@ config MACH_SBC3530
depends on ARCH_OMAP3
default y
select OMAP_PACKAGE_CUS
select OMAP_MUX

config MACH_OMAP_3630SDP
bool "OMAP3630 SDP board"
Expand Down

0 comments on commit 7b045c9

Please sign in to comment.