summaryrefslogtreecommitdiff
path: root/src/southbridge/nvidia/ck804/Kconfig
diff options
context:
space:
mode:
authorTimothy Pearson <tpearson@raptorengineeringinc.com>2015-01-26 02:15:57 -0600
committerAlexandru Gagniuc <mr.nuke.me@gmail.com>2015-01-28 19:03:39 +0100
commit02112bd280b3dbf5f5950e3a6e0c1ad83e8a8cc1 (patch)
treeed4e7c25f70acbe1e6b268a97677cc0013cec121 /src/southbridge/nvidia/ck804/Kconfig
parent684fda596491117bc97ce2d23d77b917a243f771 (diff)
nvidia/ck804: Add ability to enable/disable PCIe PME# wake events
Change-Id: Ie2937dd220464e3b168aa8a50a57c03b6258c189 Signed-off-by: Timothy Pearson <tpearson@raptorengineeringinc.com> Reviewed-on: http://review.coreboot.org/8283 Tested-by: build bot (Jenkins) Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Diffstat (limited to 'src/southbridge/nvidia/ck804/Kconfig')
-rw-r--r--src/southbridge/nvidia/ck804/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/southbridge/nvidia/ck804/Kconfig b/src/southbridge/nvidia/ck804/Kconfig
index 83c427c3df..4126355c5e 100644
--- a/src/southbridge/nvidia/ck804/Kconfig
+++ b/src/southbridge/nvidia/ck804/Kconfig
@@ -30,6 +30,10 @@ config CK804B_PCI_E_X
int
default 4
+config CK804_PCIE_PME_WAKE
+ bool "Enable system wake on PCIe PME# signal"
+ default n
+
config CK804_NUM
int
default 1