summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap1/Kconfig
diff options
context:
space:
mode:
authorTony Lindgren2010-07-05 15:31:47 +0200
committerTony Lindgren2010-07-05 15:31:47 +0200
commit4a54db612463e330e0e02e2234fc6b783b3eea84 (patch)
tree692e836c808e9b46906b4607a095788889c4a2ce /arch/arm/mach-omap1/Kconfig
parentomap: Use 32KiHZ timer by default (diff)
downloadkernel-qcow2-linux-4a54db612463e330e0e02e2234fc6b783b3eea84.tar.gz
kernel-qcow2-linux-4a54db612463e330e0e02e2234fc6b783b3eea84.tar.xz
kernel-qcow2-linux-4a54db612463e330e0e02e2234fc6b783b3eea84.zip
omap: Make omap specific features appear under Kconfig menu
This will make Kconfig look nicer for selecting omap processor type Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap1/Kconfig')
-rw-r--r--arch/arm/mach-omap1/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-omap1/Kconfig b/arch/arm/mach-omap1/Kconfig
index b18d7c28ab7a..c911cdbf886f 100644
--- a/arch/arm/mach-omap1/Kconfig
+++ b/arch/arm/mach-omap1/Kconfig
@@ -1,3 +1,7 @@
+if ARCH_OMAP1
+
+menu "TI OMAP1 specific features"
+
comment "OMAP Core Type"
depends on ARCH_OMAP1
@@ -237,3 +241,6 @@ config OMAP_ARM_30MHZ
help
Enable 30MHz clock for OMAP CPU. If unsure, say N.
+endmenu
+
+endif