]> asedeno.scripts.mit.edu Git - linux.git/commit
x86/intel/lpss: Make PCI dependency explicit
authorSinan Kaya <okaya@kernel.org>
Wed, 2 Jan 2019 18:10:37 +0000 (18:10 +0000)
committerBorislav Petkov <bp@suse.de>
Fri, 11 Jan 2019 18:32:22 +0000 (19:32 +0100)
commit5962dd22f0ff6f7d72fff974b3c637d52586643e
treedc6b864ba00fc04f655cf1e32880467e92a7238a
parente4f358916d528d479c3c12bd2fd03f2d5a576380
x86/intel/lpss: 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. LPSS
code relies on PCI infrastructure but this dependency has not been
explicitly called out so do that.

Fixes: 5d32a66541c46 ("PCI/ACPI: Allow ACPI to be built without CONFIG_PCI set")
Signed-off-by: Sinan Kaya <okaya@kernel.org>
Signed-off-by: Borislav Petkov <bp@suse.de>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: linux-acpi@vger.kernel.org
Cc: x86-ml <x86@kernel.org>
Link: https://lkml.kernel.org/r/20190102181038.4418-11-okaya@kernel.org
arch/x86/Kconfig