Jonathan Neuschäfer (j.neuschaefer@gmx.net) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/17973
-gerrit
commit 52ad404b96a1a5b13929e6d09411eb926384cbbd Author: Jonathan Neuschäfer j.neuschaefer@gmx.net Date: Tue Dec 27 16:31:28 2016 +0100
Kconfig: Document what ASPM means
Change-Id: I57dd933ad70ffac95388d832bd5047f2225688e3 Signed-off-by: Jonathan Neuschäfer j.neuschaefer@gmx.net --- src/device/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/device/Kconfig b/src/device/Kconfig index c90da89..d1f5694 100644 --- a/src/device/Kconfig +++ b/src/device/Kconfig @@ -264,7 +264,7 @@ config PCIEXP_ASPM bool default n help - Detect and enable ASPM on PCIe links. + Detect and enable ASPM (Active State Power Management) on PCIe links.
config PCIEXP_CLK_PM prompt "Enable PCIe Clock Power Management"