aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2019-05-06 15:01:40 -0400
committerMark Brown <broonie@kernel.org>2019-05-06 22:23:13 -0400
commit4c88519133bdd802fb0df4707b5a8c066af7154d (patch)
tree740153fe933c4528c2e3219cf843fb3338c25187
parent19e42536b27121bcf6ee841b25054f8bacafd8c7 (diff)
ASoC: sound/soc/sof/: fix kconfig dependency warning
Fix kconfig warning for unmet dependency for IOSF_MBI when PCI is not set/enabled. Fixes this warning: WARNING: unmet direct dependencies detected for IOSF_MBI Depends on [n]: PCI [=n] Selected by [y]: - SND_SOC_SOF_ACPI [=y] && SOUND [=y] && !UML && SND [=y] && SND_SOC [=y] && SND_SOC_SOF_TOPLEVEL [=y] && (ACPI [=y] || COMPILE_TEST [=n]) && X86 [=y] Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Liam Girdwood <lgirdwood@gmail.com> Cc: Mark Brown <broonie@kernel.org> Cc: alsa-devel@alsa-project.org Acked-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r--sound/soc/sof/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/sof/Kconfig b/sound/soc/sof/Kconfig
index a1a9ffe605dc..b204c65698f9 100644
--- a/sound/soc/sof/Kconfig
+++ b/sound/soc/sof/Kconfig
@@ -28,7 +28,7 @@ config SND_SOC_SOF_ACPI
28 select SND_SOC_ACPI if ACPI 28 select SND_SOC_ACPI if ACPI
29 select SND_SOC_SOF_OPTIONS 29 select SND_SOC_SOF_OPTIONS
30 select SND_SOC_SOF_INTEL_ACPI if SND_SOC_SOF_INTEL_TOPLEVEL 30 select SND_SOC_SOF_INTEL_ACPI if SND_SOC_SOF_INTEL_TOPLEVEL
31 select IOSF_MBI if X86 31 select IOSF_MBI if X86 && PCI
32 help 32 help
33 This adds support for ACPI enumeration. This option is required 33 This adds support for ACPI enumeration. This option is required
34 to enable Intel Haswell/Broadwell/Baytrail/Cherrytrail devices 34 to enable Intel Haswell/Broadwell/Baytrail/Cherrytrail devices