diff options
author | Jan Kiszka <jan.kiszka@siemens.com> | 2018-03-07 02:39:15 -0500 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2018-03-08 06:30:38 -0500 |
commit | 55027a7772b1a9c36fb9731fc6c847b6a59c5bef (patch) | |
tree | 5a6c35b20aee43887d4636fe05033cf7c8927ec4 | |
parent | 6fa4a94e150be25d02547d51f03b4bc34aaec32f (diff) |
x86: Align x86_64 PCI_MMCONFIG with 32-bit variant
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
-rw-r--r-- | arch/x86/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index c1236b187824..6bd763640925 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -2658,7 +2658,8 @@ config PCI_DOMAINS | |||
2658 | 2658 | ||
2659 | config PCI_MMCONFIG | 2659 | config PCI_MMCONFIG |
2660 | bool "Support mmconfig PCI config space access" | 2660 | bool "Support mmconfig PCI config space access" |
2661 | depends on X86_64 && PCI && ACPI | 2661 | default y |
2662 | depends on X86_64 && PCI && (ACPI || SFI) | ||
2662 | 2663 | ||
2663 | config PCI_CNB20LE_QUIRK | 2664 | config PCI_CNB20LE_QUIRK |
2664 | bool "Read CNB20LE Host Bridge Windows" if EXPERT | 2665 | bool "Read CNB20LE Host Bridge Windows" if EXPERT |