]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: Intel: atom: Make PCI dependency explicit
authorSinan Kaya <okaya@kernel.org>
Wed, 2 Jan 2019 18:10:35 +0000 (18:10 +0000)
committerMark Brown <broonie@kernel.org>
Thu, 3 Jan 2019 16:33:22 +0000 (16:33 +0000)
commit32f422653da3f1b0e624c1d95e527038d1c92f0d
tree512ca55a8556849fd8914a73e7f0a84bc87ec759
parentc1f3e170814157f8e9f2a637dcd8c0a16b21ddff
ASoC: Intel: atom: Make PCI dependency explicit

After 'commit e1482fc8f54d ("PCI/ACPI: Allow ACPI to be built without
CONFIG_PCI set")' dependencies on CONFIG_PCI that previously were
satisfied implicitly through dependencies on CONFIG_ACPI have to be
specified directly. This code relies on IOSF_MBI and IOSF_MBI depends
on PCI. For this reason, add a direct dependency on CONFIG_PCI to the
IOSF_MBI driver.

Fixes: e1482fc8f54de ("PCI/ACPI: Allow ACPI to be built without CONFIG_PCI set")
Signed-off-by: Sinan Kaya <okaya@kernel.org>
Acked-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/Kconfig