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 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752683AbbALXAu (ORCPT ); Mon, 12 Jan 2015 18:00:50 -0500 Received: from mail-oi0-f49.google.com ([209.85.218.49]:64856 "EHLO mail-oi0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752118AbbALXAt (ORCPT ); Mon, 12 Jan 2015 18:00:49 -0500 Message-ID: <54B4521E.4050507@landley.net> Date: Mon, 12 Jan 2015 17:00:46 -0600 From: Rob Landley User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Andrew Morton CC: Linux-sh list , "linux-kernel@vger.kernel.org" , Randy Dunlap , Geert Uytterhoeven Subject: [PATCH] Build superh without CONFIG_EXPERT. References: <53700D71.1090201@landley.net> <53767FB9.5040508@infradead.org> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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