aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/Kconfig
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2010-07-05 09:31:47 -0400
committerTony Lindgren <tony@atomide.com>2010-07-05 09:31:47 -0400
commit4a54db612463e330e0e02e2234fc6b783b3eea84 (patch)
tree692e836c808e9b46906b4607a095788889c4a2ce /arch/arm/mach-omap2/Kconfig
parentf0ca2c05dd44988b7ce9a974442cd0441bfd3450 (diff)
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-omap2/Kconfig')
-rw-r--r--arch/arm/mach-omap2/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig
index f67f0378fc9b..e94ee6b02ae0 100644
--- a/arch/arm/mach-omap2/Kconfig
+++ b/arch/arm/mach-omap2/Kconfig
@@ -1,3 +1,7 @@
1if ARCH_OMAP2PLUS
2
3menu "TI OMAP2/3/4 Specific Features"
4
1comment "OMAP Core Type" 5comment "OMAP Core Type"
2 depends on ARCH_OMAP2 6 depends on ARCH_OMAP2
3 7
@@ -186,3 +190,6 @@ config OMAP3_SDRC_AC_TIMING
186 wish to say no. Selecting yes without understanding what is 190 wish to say no. Selecting yes without understanding what is
187 going on could result in system crashes; 191 going on could result in system crashes;
188 192
193endmenu
194
195endif