Skip to content

Commit

Permalink
omap: Make omap specific features appear under Kconfig menu
Browse files Browse the repository at this point in the history
This will make Kconfig look nicer for selecting omap processor type

Signed-off-by: Tony Lindgren <tony@atomide.com>
  • Loading branch information
Tony Lindgren committed Jul 5, 2010
1 parent f0ca2c0 commit 4a54db6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
7 changes: 7 additions & 0 deletions arch/arm/mach-omap1/Kconfig
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
if ARCH_OMAP1

menu "TI OMAP1 specific features"

comment "OMAP Core Type"
depends on ARCH_OMAP1

Expand Down Expand Up @@ -237,3 +241,6 @@ config OMAP_ARM_30MHZ
help
Enable 30MHz clock for OMAP CPU. If unsure, say N.

endmenu

endif
7 changes: 7 additions & 0 deletions arch/arm/mach-omap2/Kconfig
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
if ARCH_OMAP2PLUS

menu "TI OMAP2/3/4 Specific Features"

comment "OMAP Core Type"
depends on ARCH_OMAP2

Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion arch/arm/plat-omap/Kconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
if ARCH_OMAP

menu "TI OMAP Implementations"
menu "TI OMAP Common Features"

config ARCH_OMAP_OTG
bool
Expand Down

0 comments on commit 4a54db6

Please sign in to comment.