From patchwork Fri Jun 21 23:29:12 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arnd Bergmann X-Patchwork-Id: 253323 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:770:15f::2]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 9D7732C02A7 for ; Sat, 22 Jun 2013 09:28:48 +1000 (EST) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UqAku-00052O-Eq; Fri, 21 Jun 2013 23:28:36 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UqAkr-00087y-Qy; Fri, 21 Jun 2013 23:28:33 +0000 Received: from moutng.kundenserver.de ([212.227.126.187]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UqAko-00087X-9i for linux-arm-kernel@lists.infradead.org; Fri, 21 Jun 2013 23:28:31 +0000 Received: from wuerfel.localnet (HSI-KBW-095-208-002-043.hsi5.kabel-badenwuerttemberg.de [95.208.2.43]) by mrelayeu.kundenserver.de (node=mreu3) with ESMTP (Nemesis) id 0LqJhV-1ULWlV2inJ-00e1Lp; Sat, 22 Jun 2013 01:28:08 +0200 From: Arnd Bergmann To: Sascha Hauer , Shawn Guo Subject: [PATCH] ARM: imx: Synertronixx scb9328 needs to select SOC_IMX1 Date: Sat, 22 Jun 2013 01:29:12 +0200 Message-ID: <2223651.9m9to5aFxT@wuerfel> User-Agent: KMail/4.10.3 (Linux/3.9.0-2-generic; KDE/4.10.4; x86_64; ; ) MIME-Version: 1.0 X-Provags-ID: V02:K0:7dIJlcX4pITuJ8L+2DOjJu8je74a1+oXtbwfvW7jV7w ynRmWKZ3Iw82jKbV9aCnby9VHtdotJPqNvff0B0euTX7NQvspU gJZc5/51Y4PZaoiQf38dJYp5pCs5olcrClLpEDT38FcIgqXXlE rbaQChxKbFwa+ang8t9DiAeyQsyrn307yHz3fZjotvm4dRJmux 2q302Jy1Ee5LXYn/5ghJQZnKTbOxImsv+x+LL3ofQ0UORfczPq ogvZz52M5XSwXWo7KRl6eIf4D/j4fLmGkQasj4q/gb1uuEsGsX N0tR+7MKhvpY8uL12AKuWlhoRLzEWoBJwhsJxf5AvD4J1ytJjz l7NgUDOq/uAnQvoyifAs= X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130621_192830_570077_ED59B402 X-CRM114-Status: UNSURE ( 5.30 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -1.9 (-) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-1.9 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [212.227.126.187 listed in list.dnswl.org] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org This is required for building a kernel that enables only scb9328 and would not get the i.MX1 specific files otherwise. Signed-off-by: Arnd Bergmann Cc: Sascha Hauer Acked-by: Sascha Hauer diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig index eef9590..60661a4 100644 --- a/arch/arm/mach-imx/Kconfig +++ b/arch/arm/mach-imx/Kconfig @@ -173,6 +173,7 @@ config ARCH_MX1ADS config MACH_SCB9328 bool "Synertronixx scb9328" select IMX_HAVE_PLATFORM_IMX_UART + select SOC_IMX1 help Say Y here if you are using a Synertronixx scb9328 board