diff options
author | Tony Lindgren <tony@atomide.com> | 2010-07-05 09:31:47 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-07-05 09:31:47 -0400 |
commit | 4a54db612463e330e0e02e2234fc6b783b3eea84 (patch) | |
tree | 692e836c808e9b46906b4607a095788889c4a2ce | |
parent | f0ca2c05dd44988b7ce9a974442cd0441bfd3450 (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>
-rw-r--r-- | arch/arm/mach-omap1/Kconfig | 7 | ||||
-rw-r--r-- | arch/arm/mach-omap2/Kconfig | 7 | ||||
-rw-r--r-- | arch/arm/plat-omap/Kconfig | 2 |
3 files changed, 15 insertions, 1 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 @@ | |||
1 | if ARCH_OMAP1 | ||
2 | |||
3 | menu "TI OMAP1 specific features" | ||
4 | |||
1 | comment "OMAP Core Type" | 5 | comment "OMAP Core Type" |
2 | depends on ARCH_OMAP1 | 6 | depends on ARCH_OMAP1 |
3 | 7 | ||
@@ -237,3 +241,6 @@ config OMAP_ARM_30MHZ | |||
237 | help | 241 | help |
238 | Enable 30MHz clock for OMAP CPU. If unsure, say N. | 242 | Enable 30MHz clock for OMAP CPU. If unsure, say N. |
239 | 243 | ||
244 | endmenu | ||
245 | |||
246 | endif | ||
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 @@ | |||
1 | if ARCH_OMAP2PLUS | ||
2 | |||
3 | menu "TI OMAP2/3/4 Specific Features" | ||
4 | |||
1 | comment "OMAP Core Type" | 5 | comment "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 | ||
193 | endmenu | ||
194 | |||
195 | endif | ||
diff --git a/arch/arm/plat-omap/Kconfig b/arch/arm/plat-omap/Kconfig index 3e2e7a827d5a..a4e87278b8f1 100644 --- a/arch/arm/plat-omap/Kconfig +++ b/arch/arm/plat-omap/Kconfig | |||
@@ -1,6 +1,6 @@ | |||
1 | if ARCH_OMAP | 1 | if ARCH_OMAP |
2 | 2 | ||
3 | menu "TI OMAP Implementations" | 3 | menu "TI OMAP Common Features" |
4 | 4 | ||
5 | config ARCH_OMAP_OTG | 5 | config ARCH_OMAP_OTG |
6 | bool | 6 | bool |