Stefan Reinauer (stefan.reinauer@coreboot.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2100
-gerrit
commit 4bc29b5e870a382723d23b5f52f1cfe77575f16f Author: Stefan Reinauer stefan.reinauer@coreboot.org Date: Fri Jan 4 10:07:28 2013 -0800
Make PCIe config options depend on PCIe support
Change-Id: I42452a044dc75e35876fcea1736481e538eed663 Signed-off-by: Stefan Reinauer reinauer@google.com --- src/device/Kconfig | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/src/device/Kconfig b/src/device/Kconfig index 849cc15..82583a4 100644 --- a/src/device/Kconfig +++ b/src/device/Kconfig @@ -212,6 +212,7 @@ config CARDBUS_PLUGIN_SUPPORT config PCIEXP_COMMON_CLOCK prompt "Enable PCIe Common Clock" bool + depends on PCIEXP_PLUGIN_SUPPORT default n help Detect and enable Common Clock on PCIe links. @@ -219,6 +220,7 @@ config PCIEXP_COMMON_CLOCK config PCIEXP_ASPM prompt "Enable PCIe ASPM" bool + depends on PCIEXP_PLUGIN_SUPPORT default n help Detect and enable ASPM on PCIe links.