recipes-kernel: Enable PCIe support by default

Enable PCIe support for all relevent boards by default.

Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
This commit is contained in:
Alistair Francis
2018-11-26 11:31:06 -08:00
committed by Khem Raj
parent 4f4e1753d4
commit b9a3bd79a0

View File

@@ -1,3 +1,11 @@
CONFIG_CRYPTO_DEV_VIRTIO=y
CONFIG_PCI=y
CONFIG_PCI_ECAM=y
CONFIG_PCI_HOST_COMMON=y
CONFIG_PCI_HOST_GENERIC=y
CONFIG_PCIEPORTBUS=y
CONFIG_PCIEAER=y
CONFIG_PCIEASPM=y
CONFIG_PCIEASPM_DEFAULT=y
CONFIG_PCIE_XILINX=y
CONFIG_PCIE_MICROSEMI=y