Skip to content

Commit

Permalink
sh: Move board specific options into the Board support menu
Browse files Browse the repository at this point in the history
Move the sourcing of the board specific Kconfig files into the
"Board support" menu. Without this they appear underneath the
"Board support" menu, in the "System type" menu.

[lethal@linux-sh.org: handle the magicpanelr2 case, too]
Signed-off-by: Stuart Menefy <stuart.menefy@st.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Stuart Menefy authored and Paul Mundt committed Apr 19, 2012
1 parent 45c0e0e commit 9e7f60a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/sh/boards/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -338,8 +338,6 @@ config SH_APSH4AD0A
help
Select AP-SH4AD-0A if configuring for an ALPHAPROJECT AP-SH4AD-0A.

endmenu

source "arch/sh/boards/mach-r2d/Kconfig"
source "arch/sh/boards/mach-highlander/Kconfig"
source "arch/sh/boards/mach-sdk7780/Kconfig"
Expand All @@ -359,3 +357,5 @@ config SH_MAGIC_PANEL_R2_VERSION
endmenu

endif

endmenu

0 comments on commit 9e7f60a

Please sign in to comment.