This patch separates Tegra config options and creates tegra board type as a
separate submenu. Resulting hierarchy looks like:
+- System Type
| +- NVIDIA Tegra Options
| +- Select Tegra processor family for target system
| | +- Tegra 2 family
| +- PCI Express support
| .
| .
| +- Tegra Board Type
| | +- Harmony board
| | +- Kaen board
| | .
Signed-off-by: Ameya Palande <[email protected]>
---
arch/arm/mach-tegra/Kconfig | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig
index 3cdeffc..0bd17db 100644
--- a/arch/arm/mach-tegra/Kconfig
+++ b/arch/arm/mach-tegra/Kconfig
@@ -1,6 +1,6 @@
if ARCH_TEGRA
-comment "NVIDIA Tegra options"
+menu "NVIDIA Tegra Options"
choice
prompt "Select Tegra processor family for target system"
@@ -23,7 +23,7 @@ config TEGRA_PCI
bool "PCI Express support"
select PCI
-comment "Tegra board type"
+menu "Tegra Board Type"
config MACH_HARMONY
bool "Harmony board"
@@ -60,6 +60,8 @@ config MACH_WARIO
help
Support for the Wario version of Seaboard
+endmenu # "Tegra Board Type"
+
choice
prompt "Low-level debug console UART"
default TEGRA_DEBUG_UART_NONE
@@ -94,4 +96,6 @@ config TEGRA_SYSTEM_DMA
config TEGRA_EMC_SCALING_ENABLE
bool "Enable scaling the memory frequency"
+endmenu # "NVIDIA Tegra Options"
+
endif
--
1.7.1
--
To unsubscribe from this list: send the line "unsubscribe linux-tegra" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html