From: Stuart Menefy Date: Thu, 19 Apr 2012 08:29:38 +0000 (+0900) Subject: sh: Move board specific options into the Board support menu X-Git-Tag: firefly_0821_release~3680^2~2812^2~29^2 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=9e7f60a37d1817460ffcdfc2001a00861ac3e121;p=firefly-linux-kernel-4.4.55.git 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 Signed-off-by: Paul Mundt --- diff --git a/arch/sh/boards/Kconfig b/arch/sh/boards/Kconfig index d893411022d5..6c96daab499b 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