Skip to content

Commit

Permalink
ARM: u300: hide submenus
Browse files Browse the repository at this point in the history
Right now the U300 submenus are showcased for everyone even if
we're not on v5 multiplatforms. Hide this in the multiplatform
configuration properly.

Cc: arm@kernel.org
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
  • Loading branch information
Linus Walleij authored and Olof Johansson committed Sep 18, 2013
1 parent ab5c3b6 commit c8a5b7b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions arch/arm/mach-u300/Kconfig
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
menu "ST-Ericsson AB U300/U335 Platform"

comment "ST-Ericsson Mobile Platform Products"

config ARCH_U300
bool "ST-Ericsson U300 Series" if ARCH_MULTI_V5
depends on MMU
Expand All @@ -25,7 +21,9 @@ config ARCH_U300
help
Support for ST-Ericsson U300 series mobile platforms.

comment "ST-Ericsson U300/U335 Feature Selections"
if ARCH_U300

menu "ST-Ericsson AB U300/U335 Platform"

config MACH_U300
depends on ARCH_U300
Expand Down Expand Up @@ -53,3 +51,5 @@ config MACH_U300_SPIDUMMY
SPI framework and ARM PL022 support.

endmenu

endif

0 comments on commit c8a5b7b

Please sign in to comment.