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)
commita3d9036078715385ba156373e6cbc1a0b1deb075
tree512ca55a8556849fd8914a73e7f0a84bc87ec759
parent678e2b44c8e3fec3afc7202f1996a4500a50be93
ASoC: Intel: atom: Make PCI dependency explicit

After 'commit 5d32a66541c4 ("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: 5d32a66541c46 ("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