Diff from v6: 5/5: use ACPI_PCI_CONFIGURED to stub out PCI code inside ACPICA. Define this constant in aclinux.h when CONFIG_PCI is set. Sinan Kaya (5): ACPI: Allow CONFIG_PCI to be unset for reboot ACPI / OSL: Stub out acpi_os_read_pci_configuration when CONFIG_PCI is unset ACPI / OSL: Stub out acpi_os_write_pci_configuration when CONFIG_PCI is unset PCI/ACPI: Allow ACPI to be built without CONFIG_PCI set ACPICA: Remove PCI bits from ACPICA when CONFIG_PCI is unset arch/x86/include/asm/pci_x86.h | 7 +++++++ drivers/acpi/Kconfig | 1 - drivers/acpi/Makefile | 2 +- drivers/acpi/acpica/Makefile | 2 +- drivers/acpi/acpica/achware.h | 9 +++++++++ drivers/acpi/internal.h | 5 +++++ drivers/acpi/osl.c | 14 ++++++++++++++ drivers/acpi/reboot.c | 10 +++++++--- drivers/pci/Makefile | 2 +- include/acpi/acpi_drivers.h | 7 +++++++ include/acpi/platform/aclinux.h | 4 ++++ include/linux/acpi.h | 7 +++++++ include/linux/pci.h | 4 ++++ 13 files changed, 67 insertions(+), 7 deletions(-) -- 2.19.0