]> rtime.felk.cvut.cz Git - zynq/linux.git/commitdiff
x86: Align x86_64 PCI_MMCONFIG with 32-bit variant
authorJan Kiszka <jan.kiszka@siemens.com>
Wed, 7 Mar 2018 07:39:15 +0000 (08:39 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 8 Mar 2018 11:30:38 +0000 (12:30 +0100)
Allow to enable PCI_MMCONFIG when only SFI is present and make this option
default on. This will help consolidating both into one Kconfig statement.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: jailhouse-dev@googlegroups.com
Cc: linux-pci@vger.kernel.org
Cc: virtualization@lists.linux-foundation.org
Cc: Andy Shevchenko <andy.shevchenko@gmail.com>
Cc: Bjorn Helgaas <bhelgaas@google.com>
Link: https://lkml.kernel.org/r/a2faf78c54f340f5549149e8b679c95950dae83d.1520408357.git.jan.kiszka@siemens.com
arch/x86/Kconfig

index c1236b187824e222a2c7fddd417272369767b06b..6bd763640925b00d3c12693ceb0d44a938f9c9e2 100644 (file)
@@ -2658,7 +2658,8 @@ config PCI_DOMAINS
 
 config PCI_MMCONFIG
        bool "Support mmconfig PCI config space access"
-       depends on X86_64 && PCI && ACPI
+       default y
+       depends on X86_64 && PCI && (ACPI || SFI)
 
 config PCI_CNB20LE_QUIRK
        bool "Read CNB20LE Host Bridge Windows" if EXPERT