diff options
author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | 2016-12-27 16:31:28 +0100 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-12-29 08:53:10 +0100 |
commit | 8c50e684415312b27b5ffe30164877460c2e7858 (patch) | |
tree | fb6a605cf5920a9ea9dc0cad1857a35441d8e5ee /src/device/Kconfig | |
parent | 29d5be151c5a9f89483f0f193f05cd9d74342c1d (diff) |
Kconfig: Document what ASPM means
Change-Id: I57dd933ad70ffac95388d832bd5047f2225688e3
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Reviewed-on: https://review.coreboot.org/17973
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth@google.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/device/Kconfig')
-rw-r--r-- | src/device/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/Kconfig b/src/device/Kconfig index c90da896ef..d1f56941ca 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" |