Add support for enabling PCIe Common Clock and ASPM
[coreboot.git] / src / devices / Kconfig
index a731f44aad85449738954567243527757fba3b2f..516881951907b7c5123490af43fce5f1028a19e3 100644 (file)
@@ -163,3 +163,17 @@ config AGP_PLUGIN_SUPPORT
 config CARDBUS_PLUGIN_SUPPORT
        bool
        default y
+
+config PCIEXP_COMMON_CLOCK
+       prompt "Enable PCIe Common Clock"
+       bool
+       default n
+       help
+         Detect and enable Common Clock on PCIe links.
+
+config PCIEXP_ASPM
+       prompt "Enable PCIe ASPM"
+       bool
+       default n
+       help
+         Detect and enable ASPM on PCIe links.