From patchwork Thu May 22 15:54:59 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andrew Lunn X-Patchwork-Id: 4224231 Return-Path: X-Original-To: patchwork-alsa-devel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id C13AD9F36A for ; Thu, 22 May 2014 16:25:39 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 0D5AD2020F for ; Thu, 22 May 2014 16:25:39 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.kernel.org (Postfix) with ESMTP id 1152E2020E for ; Thu, 22 May 2014 16:25:38 +0000 (UTC) Received: by alsa0.perex.cz (Postfix, from userid 1000) id 4D84C26566C; Thu, 22 May 2014 18:25:31 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 Received: from alsa0.perex.cz (localhost [IPv6:::1]) by alsa0.perex.cz (Postfix) with ESMTP id 2FD1626567D; Thu, 22 May 2014 18:22:11 +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 C5A3426567D; Thu, 22 May 2014 18:22:09 +0200 (CEST) Received: from vps0.lunn.ch (vps0.lunn.ch [178.209.37.122]) by alsa0.perex.cz (Postfix) with ESMTP id EBD6D265630 for ; Thu, 22 May 2014 18:18:00 +0200 (CEST) Received: from lunn by vps0.lunn.ch with local (Exim 4.80) (envelope-from ) id 1WnVKr-0006Ru-EV; Thu, 22 May 2014 17:55:13 +0200 From: Andrew Lunn To: broonie@linaro.org Date: Thu, 22 May 2014 17:54:59 +0200 Message-Id: <1400774099-24708-1-git-send-email-andrew@lunn.ch> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <537c16a2.M0hsJdtS6xDtvRgJ%fengguang.wu@intel.com> References: <537c16a2.M0hsJdtS6xDtvRgJ%fengguang.wu@intel.com> Cc: Andrew Lunn , alsa-devel@alsa-project.org, kbuild-all@01.org, jim.epost@gmail.com Subject: [alsa-devel] [PATCH] ASoC: alc5623: Depend on I2C. 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 This is an i2c driver, so make the Kconfig entry depend on I2C. Signed-off-by: Andrew Lunn --- sound/soc/codecs/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index c59943a19f94..397b66c2b999 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -274,6 +274,7 @@ config SND_SOC_AK5386 config SND_SOC_ALC5623 tristate "Realtek ALC5623 CODEC" + depends on I2C config SND_SOC_ALC5632 tristate