From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754070AbbFRWQ4 (ORCPT ); Thu, 18 Jun 2015 18:16:56 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:39723 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753467AbbFRWQk (ORCPT ); Thu, 18 Jun 2015 18:16:40 -0400 From: Kenneth Westfield To: Mark Brown , Liam Girdwood Cc: Jim Davis , Srinivas Kandagatla , Arnd Bergmann , Banajit Goswami , Patrick Lai , Kumar Gala , Bryan Huntsman , ALSA Mailing List , MSM Mailing List , Kernel Mailing List , Kenneth Westfield Subject: [PATCH 2/2] ASoC: qcom: remove Kconfig deps from variant configs Date: Thu, 18 Jun 2015 15:16:08 -0700 Message-Id: <1434665768-29367-2-git-send-email-kwestfie@codeaurora.org> X-Mailer: git-send-email 1.8.2.1 In-Reply-To: <1434665768-29367-1-git-send-email-kwestfie@codeaurora.org> References: <1434665768-29367-1-git-send-email-kwestfie@codeaurora.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Kenneth Westfield Remove the SND_SOC_QCOM dependency from the variant configs. The board configs, which select the variants, already have this dependency. Signed-off-by: Kenneth Westfield --- sound/soc/qcom/Kconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/sound/soc/qcom/Kconfig b/sound/soc/qcom/Kconfig index d6ccda7..3cc252e 100644 --- a/sound/soc/qcom/Kconfig +++ b/sound/soc/qcom/Kconfig @@ -15,13 +15,11 @@ config SND_SOC_LPASS_PLATFORM config SND_SOC_LPASS_IPQ806X tristate - depends on SND_SOC_QCOM select SND_SOC_LPASS_CPU select SND_SOC_LPASS_PLATFORM config SND_SOC_LPASS_APQ8016 tristate - depends on SND_SOC_QCOM select SND_SOC_LPASS_CPU select SND_SOC_LPASS_PLATFORM -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project