diff options
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index e330da21b84f..5c5666d4a040 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -1907,13 +1907,19 @@ config PCI_MMCONFIG | |||
1907 | depends on X86_64 && PCI && ACPI | 1907 | depends on X86_64 && PCI && ACPI |
1908 | 1908 | ||
1909 | config PCI_CNB20LE_QUIRK | 1909 | config PCI_CNB20LE_QUIRK |
1910 | bool "Read CNB20LE Host Bridge Windows" | 1910 | bool "Read CNB20LE Host Bridge Windows" if EMBEDDED |
1911 | depends on PCI | 1911 | default n |
1912 | depends on PCI && EXPERIMENTAL | ||
1912 | help | 1913 | help |
1913 | Read the PCI windows out of the CNB20LE host bridge. This allows | 1914 | Read the PCI windows out of the CNB20LE host bridge. This allows |
1914 | PCI hotplug to work on systems with the CNB20LE chipset which do | 1915 | PCI hotplug to work on systems with the CNB20LE chipset which do |
1915 | not have ACPI. | 1916 | not have ACPI. |
1916 | 1917 | ||
1918 | There's no public spec for this chipset, and this functionality | ||
1919 | is known to be incomplete. | ||
1920 | |||
1921 | You should say N unless you know you need this. | ||
1922 | |||
1917 | config DMAR | 1923 | config DMAR |
1918 | bool "Support for DMA Remapping Devices (EXPERIMENTAL)" | 1924 | bool "Support for DMA Remapping Devices (EXPERIMENTAL)" |
1919 | depends on PCI_MSI && ACPI && EXPERIMENTAL | 1925 | depends on PCI_MSI && ACPI && EXPERIMENTAL |