From patchwork Thu Sep 13 21:43:10 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eric Millbrandt X-Patchwork-Id: 183740 X-Patchwork-Delegate: agust@denx.de Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from ozlabs.org (localhost [IPv6:::1]) by ozlabs.org (Postfix) with ESMTP id 77A1B2C00C6 for ; Fri, 14 Sep 2012 07:44:01 +1000 (EST) Received: from norco.coldhaus.com (norco.coldhaus.com [64.32.230.18]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "norco.coldhaus.com", Issuer "StartCom Class 1 Primary Intermediate Server CA" (not verified)) by ozlabs.org (Postfix) with ESMTPS id EF9E12C0092 for ; Fri, 14 Sep 2012 07:43:30 +1000 (EST) Received: by norco.coldhaus.com (Postfix, from userid 1002) id B9332B9F4; Thu, 13 Sep 2012 17:43:24 -0400 (EDT) From: Eric Millbrandt To: Grant Likely , Liam Girdwood , Mark Brown , Anatolij Gustschin Subject: [PATCH 1/7] powerpc/52xx: define FSL_SOC Date: Thu, 13 Sep 2012 17:43:10 -0400 Message-Id: <1347572596-37540-2-git-send-email-emillbrandt@dekaresearch.com> X-Mailer: git-send-email 1.7.8 In-Reply-To: <1347572596-37540-1-git-send-email-emillbrandt@dekaresearch.com> References: <1347572596-37540-1-git-send-email-emillbrandt@dekaresearch.com> Cc: alsa-devel@alsa-project.org, linuxppc-dev@lists.ozlabs.org, Eric Millbrandt X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org Sender: "Linuxppc-dev" mpc52xx socs need to have FSL_SOC defined to build their drivers (i2c-mpc, ASoC) Signed-off-by: Eric Millbrandt diff --git a/arch/powerpc/platforms/52xx/Kconfig b/arch/powerpc/platforms/52xx/Kconfig index 90f4496..fb35944 100644 --- a/arch/powerpc/platforms/52xx/Kconfig +++ b/arch/powerpc/platforms/52xx/Kconfig @@ -1,6 +1,7 @@ config PPC_MPC52xx bool "52xx-based boards" depends on 6xx + select FSL_SOC select PPC_CLOCK select PPC_PCI_CHOICE