Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754264AbaLBR1a (ORCPT ); Tue, 2 Dec 2014 12:27:30 -0500 Received: from eusmtp01.atmel.com ([212.144.249.242]:22493 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750780AbaLBR13 (ORCPT ); Tue, 2 Dec 2014 12:27:29 -0500 From: Nicolas Ferre To: Arnd Bergmann , Boris BREZILLON , Alexandre Belloni CC: Jean-Christophe PLAGNIOL-VILLARD , Ludovic Desroches , , , Olof Johansson , , Nicolas Ferre Subject: [PATCH 1/8] ARM: at91/Kconfig: select board files automatically Date: Tue, 2 Dec 2014 18:27:21 +0100 Message-ID: X-Mailer: git-send-email 2.1.3 In-Reply-To: <201411282152.08438.arnd@arndb.de> References: <201411282152.08438.arnd@arndb.de> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Arnd Bergmann An explicit selection option is not needed for board files so now we select the board from SoC option. Signed-off-by: Arnd Bergmann [nicolas.ferre@atmel.com: remove option's comments; split patch] Signed-off-by: Nicolas Ferre --- arch/arm/mach-at91/Kconfig | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig index 231893d71658..2395c68b3e32 100644 --- a/arch/arm/mach-at91/Kconfig +++ b/arch/arm/mach-at91/Kconfig @@ -174,21 +174,11 @@ config SOC_AT91SAM9N12 # ---------------------------------------------------------- endif # SOC_SAM_V4_V5 -comment "Generic Board Type" - config MACH_AT91RM9200_DT - bool "Atmel AT91RM9200 Evaluation Kits with device-tree support" - depends on SOC_AT91RM9200 - help - Select this if you want to experiment device-tree with - an Atmel RM9200 Evaluation Kit. + def_bool SOC_AT91RM9200 config MACH_AT91SAM9_DT - bool "Atmel AT91SAM Evaluation Kits with device-tree support" - depends on SOC_AT91SAM9 - help - Select this if you want to experiment device-tree with - an Atmel Evaluation Kit. + def_bool SOC_AT91SAM9 # ---------------------------------------------------------- -- 2.1.3 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/