diff options
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 9458685902bd..677b87d60a36 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -1931,6 +1931,14 @@ config PCI_MMCONFIG | |||
1931 | bool "Support mmconfig PCI config space access" | 1931 | bool "Support mmconfig PCI config space access" |
1932 | depends on X86_64 && PCI && ACPI | 1932 | depends on X86_64 && PCI && ACPI |
1933 | 1933 | ||
1934 | config PCI_CNB20LE_QUIRK | ||
1935 | bool "Read CNB20LE Host Bridge Windows" | ||
1936 | depends on PCI | ||
1937 | help | ||
1938 | Read the PCI windows out of the CNB20LE host bridge. This allows | ||
1939 | PCI hotplug to work on systems with the CNB20LE chipset which do | ||
1940 | not have ACPI. | ||
1941 | |||
1934 | config DMAR | 1942 | config DMAR |
1935 | bool "Support for DMA Remapping Devices (EXPERIMENTAL)" | 1943 | bool "Support for DMA Remapping Devices (EXPERIMENTAL)" |
1936 | depends on PCI_MSI && ACPI && EXPERIMENTAL | 1944 | depends on PCI_MSI && ACPI && EXPERIMENTAL |