From eac35fc45a6a475c9ba5dc85f01b4ab077c5722f Mon Sep 17 00:00:00 2001 From: Alistair Francis Date: Wed, 13 Feb 2019 11:41:24 -0800 Subject: [PATCH] recipes-kernel: Remove pci.cfg PCIe support is now enabled by default in the RISC-V defconfig, remove the extra .cfg file. Signed-off-by: Alistair Francis --- recipes-kernel/linux/files/pci.cfg | 10 ---------- recipes-kernel/linux/linux-riscv_5.0.bb | 1 - 2 files changed, 11 deletions(-) delete mode 100644 recipes-kernel/linux/files/pci.cfg diff --git a/recipes-kernel/linux/files/pci.cfg b/recipes-kernel/linux/files/pci.cfg deleted file mode 100644 index 881dec7..0000000 --- a/recipes-kernel/linux/files/pci.cfg +++ /dev/null @@ -1,10 +0,0 @@ -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_MICROSEMI=y diff --git a/recipes-kernel/linux/linux-riscv_5.0.bb b/recipes-kernel/linux/linux-riscv_5.0.bb index 6e36ddc..e5ae674 100644 --- a/recipes-kernel/linux/linux-riscv_5.0.bb +++ b/recipes-kernel/linux/linux-riscv_5.0.bb @@ -7,7 +7,6 @@ SRCREV = "1fc509f5f47f0ef5b723666ab3670898ac3208a1" SRC_URI = " \ git://github.com/alistair23/linux.git;branch=${BRANCH} \ - file://pci.cfg \ " # qemu uses in-tree defconfig