From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Shevchenko Subject: [PATCH v4 3/4] ASoC: Intel: remove ignored dependencies Date: Sat, 7 Jan 2017 14:32:49 +0200 Message-ID: <20170107123250.52930-4-andriy.shevchenko@linux.intel.com> References: <20170107123250.52930-1-andriy.shevchenko@linux.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by alsa0.perex.cz (Postfix) with ESMTP id 81A6C2669E9 for ; Sat, 7 Jan 2017 13:33:25 +0100 (CET) In-Reply-To: <20170107123250.52930-1-andriy.shevchenko@linux.intel.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: Liam Girdwood , alsa-devel@alsa-project.org, Vinod Koul , Pierre-Louis Bossart , dmaengine , Jie Yang Cc: Andy Shevchenko List-Id: alsa-devel@alsa-project.org For selected only options the explicit dependencies do not make much sense becase Kbuild ignores them anyway. Remove them explicitly. Signed-off-by: Andy Shevchenko --- sound/soc/intel/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/sound/soc/intel/Kconfig b/sound/soc/intel/Kconfig index 7b60689a22d4..7da8b9ceb728 100644 --- a/sound/soc/intel/Kconfig +++ b/sound/soc/intel/Kconfig @@ -31,7 +31,6 @@ config SND_SOC_INTEL_SST tristate select SND_SOC_INTEL_SST_ACPI if ACPI select SND_SOC_INTEL_SST_MATCH if ACPI - depends on (X86 || COMPILE_TEST) config SND_SOC_INTEL_SST_FIRMWARE tristate -- 2.11.0