Make PCIe config options depend on PCIe support
Change-Id: I42452a044dc75e35876fcea1736481e538eed663 Signed-off-by: Stefan Reinauer <reinauer@google.com> Reviewed-on: http://review.coreboot.org/2100 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
This commit is contained in:
parent
9027845d65
commit
c4077d4429
|
@ -212,6 +212,7 @@ config CARDBUS_PLUGIN_SUPPORT
|
||||||
config PCIEXP_COMMON_CLOCK
|
config PCIEXP_COMMON_CLOCK
|
||||||
prompt "Enable PCIe Common Clock"
|
prompt "Enable PCIe Common Clock"
|
||||||
bool
|
bool
|
||||||
|
depends on PCIEXP_PLUGIN_SUPPORT
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
Detect and enable Common Clock on PCIe links.
|
Detect and enable Common Clock on PCIe links.
|
||||||
|
@ -219,6 +220,7 @@ config PCIEXP_COMMON_CLOCK
|
||||||
config PCIEXP_ASPM
|
config PCIEXP_ASPM
|
||||||
prompt "Enable PCIe ASPM"
|
prompt "Enable PCIe ASPM"
|
||||||
bool
|
bool
|
||||||
|
depends on PCIEXP_PLUGIN_SUPPORT
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
Detect and enable ASPM on PCIe links.
|
Detect and enable ASPM on PCIe links.
|
||||||
|
|
Loading…
Reference in New Issue