Sinan Kaya (11): ACPI / LPSS: Add guards against CONFIG_PCI ata: make PCI dependency explicit for PATA_ACPI vga-switcheroo: make PCI dependency explicit platform/x86: make PCI dependency explicit platform/x86: intel_pmc: Hide PCI specific pieces behind CONFIG_PCI platform/x86: apple-gmux: hide PCI specific code drivers: thermal: Hide PCI driver when CONFIG_PCI is unset ASoC: Intel: Make PCI dependency explicit mmc: add PCI dependency into IOSF_MBI x86: select IOSF_MBI only when CONFIG_PCI is set drivers: thermal: Make PCI dependency explicit arch/x86/Kconfig | 2 +- drivers/acpi/acpi_lpss.c | 5 ++++- drivers/ata/Kconfig | 2 +- drivers/gpu/vga/Kconfig | 1 + drivers/mmc/host/Kconfig | 2 +- drivers/platform/x86/Kconfig | 2 +- drivers/platform/x86/apple-gmux.c | 4 ++++ drivers/platform/x86/intel_pmc_ipc.c | 6 ++++++ drivers/thermal/intel/int340x_thermal/Kconfig | 2 +- .../intel/int340x_thermal/processor_thermal_device.c | 8 ++++++-- sound/soc/intel/Kconfig | 2 +- 11 files changed, 27 insertions(+), 9 deletions(-) -- 2.19.0