From c4077d44297c95100cc9eb19df1ab3b16261942f Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Fri, 4 Jan 2013 10:07:28 -0800 Subject: Make PCIe config options depend on PCIe support Change-Id: I42452a044dc75e35876fcea1736481e538eed663 Signed-off-by: Stefan Reinauer Reviewed-on: http://review.coreboot.org/2100 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich --- src/device/Kconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/device') diff --git a/src/device/Kconfig b/src/device/Kconfig index 849cc1511c..82583a4c26 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. -- cgit v1.2.3