PCI: add PCI Express ASPM support
[deliverable/linux.git] / drivers / pci / pcie / Kconfig
index 0ad92a8ad8b1a831007dc58cd47554a7be0ac68a..25b04fb2517d486137b18cdc619de14075e57ad2 100644 (file)
@@ -25,13 +25,24 @@ config HOTPLUG_PCI_PCIE
 
          When in doubt, say N.
 
-config HOTPLUG_PCI_PCIE_POLL_EVENT_MODE
-       bool "Use polling mechanism for hot-plug events (for testing purpose)"
-       depends on HOTPLUG_PCI_PCIE
+source "drivers/pci/pcie/aer/Kconfig"
+
+#
+# PCI Express ASPM
+#
+config PCIEASPM
+       bool "PCI Express ASPM support(Experimental)"
+       depends on PCI && EXPERIMENTAL && PCIEPORTBUS
+       default y
        help
-         Say Y here if you want to use the polling mechanism for hot-plug 
-         events for early platform testing.
-          
-         When in doubt, say N.
+         This enables PCI Express ASPM (Active State Power Management) and
+         Clock Power Management. ASPM supports state L0/L0s/L1.
 
-source "drivers/pci/pcie/aer/Kconfig"
+         When in doubt, say N.
+config PCIEASPM_DEBUG
+       bool "Debug PCI Express ASPM"
+       depends on PCIEASPM
+       default n
+       help
+         This enables PCI Express ASPM debug support. It will add per-device
+         interface to control ASPM.
This page took 0.034985 seconds and 5 git commands to generate.