From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Landley Date: Mon, 12 Jan 2015 23:00:46 +0000 Subject: [PATCH] Build superh without CONFIG_EXPERT. Message-Id: <54B4521E.4050507@landley.net> List-Id: References: <53700D71.1090201@landley.net> <53767FB9.5040508@infradead.org> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Andrew Morton Cc: Linux-sh list , "linux-kernel@vger.kernel.org" , Randy Dunlap , Geert Uytterhoeven From: Rob Landley What sh4 actually wants is HAVE_PATA_PLATFORM, so select that instead. Signed-off-by: Rob Landley Acked-by: Randy Dunlap Acked-by: Geert Uytterhoeven --- arch/sh/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) A follow-up patch could simplify the defconfigs in arch/sh/configs... --- linux/arch/sh/Kconfig +++ linux/arch/sh/Kconfig @@ -1,7 +1,7 @@ config SUPERH def_bool y select ARCH_MIGHT_HAVE_PC_PARPORT - select EXPERT + select HAVE_PATA_PLATFORM select CLKDEV_LOOKUP select HAVE_IDE if HAS_IOPORT_MAP select HAVE_MEMBLOCK