diff options
author | Rob Herring <robh@kernel.org> | 2014-06-10 09:06:10 -0500 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2014-06-17 17:09:48 +0200 |
commit | 21278aeafbfacfd62b3e613525f0c694a029dac1 (patch) | |
tree | f4d8ea51d28089d09c48ecb4f40bde90a151d721 /arch/arm/mach-qcom | |
parent | 216e9d3e8b00424c13ca76ef97d707ddc7f57a8b (diff) | |
download | linux-21278aeafbfacfd62b3e613525f0c694a029dac1.tar.gz linux-21278aeafbfacfd62b3e613525f0c694a029dac1.tar.bz2 linux-21278aeafbfacfd62b3e613525f0c694a029dac1.zip |
ARM: use menuconfig for sub-arch menus
The System Type menu is getting quite long with platforms and is
inconsistent in handling of sub-arch specific options. Tidy up the menu
by making platform options a menuconfig entry containing any platform
specific config items.
[arnd: change OMAP part according to suggestion from
Tony Lindgren <tony@atomide.com>]
Signed-off-by: Rob Herring <robh@kernel.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-qcom')
-rw-r--r-- | arch/arm/mach-qcom/Kconfig | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/arm/mach-qcom/Kconfig b/arch/arm/mach-qcom/Kconfig index fd2b99dceb89..ee5697ba05bc 100644 --- a/arch/arm/mach-qcom/Kconfig +++ b/arch/arm/mach-qcom/Kconfig @@ -1,4 +1,4 @@ -config ARCH_QCOM +menuconfig ARCH_QCOM bool "Qualcomm Support" if ARCH_MULTI_V7 select ARCH_REQUIRE_GPIOLIB select ARM_GIC @@ -11,8 +11,6 @@ config ARCH_QCOM if ARCH_QCOM -menu "Qualcomm SoC Selection" - config ARCH_MSM8X60 bool "Enable support for MSM8X60" select CLKSRC_QCOM @@ -25,8 +23,6 @@ config ARCH_MSM8974 bool "Enable support for MSM8974" select HAVE_ARM_ARCH_TIMER -endmenu - config QCOM_SCM bool |