]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
omap: Make omap specific features appear under Kconfig menu
authorTony Lindgren <tony@atomide.com>
Mon, 5 Jul 2010 13:31:47 +0000 (16:31 +0300)
committerTony Lindgren <tony@atomide.com>
Mon, 5 Jul 2010 13:31:47 +0000 (16:31 +0300)
This will make Kconfig look nicer for selecting omap processor type

Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap1/Kconfig
arch/arm/mach-omap2/Kconfig
arch/arm/plat-omap/Kconfig

index b18d7c28ab7ab49ae246d0aa3477d2f25773ce71..c911cdbf886f3cdd6779e4429f6031de2ca9785b 100644 (file)
@@ -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
index f67f0378fc9b391f925bc592ee786477ae8287cf..e94ee6b02ae04e6ef57d4b9ee25a2e949aa70c45 100644 (file)
@@ -1,3 +1,7 @@
+if ARCH_OMAP2PLUS
+
+menu "TI OMAP2/3/4 Specific Features"
+
 comment "OMAP Core Type"
        depends on ARCH_OMAP2
 
@@ -186,3 +190,6 @@ config OMAP3_SDRC_AC_TIMING
          wish to say no.  Selecting yes without understanding what is
          going on could result in system crashes;
 
+endmenu
+
+endif
index 3e2e7a827d5a663b5139f4cd63044f985507dce4..a4e87278b8f1199531e05e54150806c7b5e52c0d 100644 (file)
@@ -1,6 +1,6 @@
 if ARCH_OMAP
 
-menu "TI OMAP Implementations"
+menu "TI OMAP Common Features"
 
 config ARCH_OMAP_OTG
        bool