From patchwork Fri May 23 11:11:01 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Shiyan X-Patchwork-Id: 4231741 Return-Path: X-Original-To: patchwork-alsa-devel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id EB354BF90B for ; Fri, 23 May 2014 11:11:49 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 3D6F0203A0 for ; Fri, 23 May 2014 11:11:49 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.kernel.org (Postfix) with ESMTP id B86CB201ED for ; Fri, 23 May 2014 11:11:47 +0000 (UTC) Received: by alsa0.perex.cz (Postfix, from userid 1000) id AC2FB2656FE; Fri, 23 May 2014 13:11:44 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Spam-Status: No, score=-1.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_SORBS_WEB, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=no version=3.3.1 Received: from alsa0.perex.cz (localhost [IPv6:::1]) by alsa0.perex.cz (Postfix) with ESMTP id 11E962656B0; Fri, 23 May 2014 13:11:31 +0200 (CEST) X-Original-To: alsa-devel@alsa-project.org Delivered-To: alsa-devel@alsa-project.org Received: by alsa0.perex.cz (Postfix, from userid 1000) id E87EA2656E2; Fri, 23 May 2014 13:11:29 +0200 (CEST) Received: from smtp26.mail.ru (smtp26.mail.ru [94.100.181.181]) by alsa0.perex.cz (Postfix) with ESMTP id B2268261ACD for ; Fri, 23 May 2014 13:11:13 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mail.ru; s=mail2; h=Message-Id:Date:Subject:Cc:To:From; bh=QDg+xpFgl3jAS7t/vIYPYA8wBqapYqRLxb1aDqN6q9Y=; b=HOt8aGRzQWkgb+diN4MClIoJG1X2MePtJSGAHLwE+lq4/yWVsAnwcQYCvicWe9dulV+U7rPi4RamENwpeP5BBQb9bL5cy65EhVzZO5xCi0CkU/359Hj3vbFoONqzonH+DPvChjnWTuSrtCwuBUDlx3TxVnDaUX2Q1dalcWSe+y8=; Received: from [217.119.30.118] (port=55107 helo=shc.milas.spb.ru) by smtp26.mail.ru with esmtpa (envelope-from ) id 1WnnNY-0005TO-TM; Fri, 23 May 2014 15:11:13 +0400 From: Alexander Shiyan To: alsa-devel@alsa-project.org Date: Fri, 23 May 2014 15:11:01 +0400 Message-Id: <1400843461-24991-1-git-send-email-shc_work@mail.ru> X-Mailer: git-send-email 1.8.3.2 X-Spam: Not detected X-Mras: Ok Cc: Takashi Iwai , Mark Brown , Liam Girdwood , Alexander Shiyan Subject: [alsa-devel] [PATCH] ASoC: fsl: Remove dependencies of boards for SND_SOC_EUKREA_TLV320 X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org X-Virus-Scanned: ClamAV using ClamSMTP Eukrea-i.MX51 board was converted to use DT, ie we no longer have a MACH_EUKREA_MBIMXSD51_BASEBOARD symbol. Transformation of other boards planned for the near future, so this patch removes all these dependencies and restricts build of this driver to ARCH_MXC. Signed-off-by: Alexander Shiyan --- sound/soc/fsl/Kconfig | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/sound/soc/fsl/Kconfig b/sound/soc/fsl/Kconfig index d262ec0..2989319 100644 --- a/sound/soc/fsl/Kconfig +++ b/sound/soc/fsl/Kconfig @@ -207,12 +207,7 @@ config SND_SOC_PHYCORE_AC97 config SND_SOC_EUKREA_TLV320 tristate "Eukrea TLV320" - depends on MACH_EUKREA_MBIMX27_BASEBOARD \ - || MACH_EUKREA_MBIMXSD25_BASEBOARD \ - || MACH_EUKREA_MBIMXSD35_BASEBOARD \ - || MACH_EUKREA_MBIMXSD51_BASEBOARD \ - || (OF && ARM) - depends on I2C + depends on ARCH_MXC && I2C select SND_SOC_TLV320AIC23_I2C select SND_SOC_IMX_AUDMUX select SND_SOC_IMX_SSI