From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from ns.lynxeye.de ([87.118.118.114] helo=lynxeye.de) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1WZKTd-0001RV-OB for barebox@lists.infradead.org; Sun, 13 Apr 2014 13:29:42 +0000 Received: from antimon.intern.lynxeye.de.intern.lynxeye.de (p578FE321.dip0.t-ipconnect.de [87.143.227.33]) by lynxeye.de (Postfix) with ESMTPA id 2C93D18B425C for ; Sun, 13 Apr 2014 15:27:55 +0200 (CEST) From: Lucas Stach Date: Sun, 13 Apr 2014 15:27:35 +0200 Message-Id: <1397395668-9325-6-git-send-email-dev@lynxeye.de> In-Reply-To: <1397395668-9325-1-git-send-email-dev@lynxeye.de> References: <1397395668-9325-1-git-send-email-dev@lynxeye.de> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH 05/18] tegra: add Tegra3 kconfig symbol To: barebox@lists.infradead.org Signed-off-by: Lucas Stach --- arch/arm/mach-tegra/Kconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig index 34e1c37f5414..e23ba38a6b4a 100644 --- a/arch/arm/mach-tegra/Kconfig +++ b/arch/arm/mach-tegra/Kconfig @@ -46,6 +46,9 @@ config ARCH_TEGRA_2x_SOC bool select PINCTRL_TEGRA20 +config ARCH_TEGRA_3x_SOC + bool + menu "select Tegra boards to be built" config MACH_TORADEX_COLIBRI_T20 -- 1.9.0 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox