summaryrefslogtreecommitdiff
path: root/arch/sh
diff options
context:
space:
mode:
authorStuart Menefy <stuart.menefy@st.com>2012-04-19 08:29:38 (GMT)
committerPaul Mundt <lethal@linux-sh.org>2012-04-19 08:29:38 (GMT)
commit9e7f60a37d1817460ffcdfc2001a00861ac3e121 (patch)
treeb6bf4e41665c608f458b8bf8f12b1851a9b77b92 /arch/sh
parent45c0e0e25eae2c5e8bb9e2dfaf73afb396e0928d (diff)
downloadlinux-9e7f60a37d1817460ffcdfc2001a00861ac3e121.tar.xz
sh: Move board specific options into the Board support menu
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>
Diffstat (limited to 'arch/sh')
-rw-r--r--arch/sh/boards/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/sh/boards/Kconfig b/arch/sh/boards/Kconfig
index d893411..6c96daa 100644
--- a/arch/sh/boards/Kconfig
+++ b/arch/sh/boards/Kconfig
@@ -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"
@@ -359,3 +357,5 @@ config SH_MAGIC_PANEL_R2_VERSION
endmenu
endif
+
+endmenu