aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tegra/Kconfig
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2014-06-10 10:06:10 -0400
committerArnd Bergmann <arnd@arndb.de>2014-06-17 11:09:48 -0400
commit21278aeafbfacfd62b3e613525f0c694a029dac1 (patch)
treef4d8ea51d28089d09c48ecb4f40bde90a151d721 /arch/arm/mach-tegra/Kconfig
parent216e9d3e8b00424c13ca76ef97d707ddc7f57a8b (diff)
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-tegra/Kconfig')
-rw-r--r--arch/arm/mach-tegra/Kconfig7
1 files changed, 3 insertions, 4 deletions
diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig
index 8981ed49787d..095399618ca5 100644
--- a/arch/arm/mach-tegra/Kconfig
+++ b/arch/arm/mach-tegra/Kconfig
@@ -1,4 +1,4 @@
1config ARCH_TEGRA 1menuconfig ARCH_TEGRA
2 bool "NVIDIA Tegra" if ARCH_MULTI_V7 2 bool "NVIDIA Tegra" if ARCH_MULTI_V7
3 select ARCH_REQUIRE_GPIOLIB 3 select ARCH_REQUIRE_GPIOLIB
4 select ARCH_SUPPORTS_TRUSTED_FOUNDATIONS 4 select ARCH_SUPPORTS_TRUSTED_FOUNDATIONS
@@ -15,8 +15,7 @@ config ARCH_TEGRA
15 help 15 help
16 This enables support for NVIDIA Tegra based systems. 16 This enables support for NVIDIA Tegra based systems.
17 17
18menu "NVIDIA Tegra options" 18if ARCH_TEGRA
19 depends on ARCH_TEGRA
20 19
21config ARCH_TEGRA_2x_SOC 20config ARCH_TEGRA_2x_SOC
22 bool "Enable support for Tegra20 family" 21 bool "Enable support for Tegra20 family"
@@ -68,4 +67,4 @@ config TEGRA_AHB
68 which controls AHB bus master arbitration and some 67 which controls AHB bus master arbitration and some
69 performance parameters(priority, prefech size). 68 performance parameters(priority, prefech size).
70 69
71endmenu 70endif