Skip to content

Commit e4cf9e4

Browse files
alistair23palmer-dabbelt
authored andcommitted
RISC-V: defconfig: Enable Generic PCIE by default
Enable generic PCIe by default in the RISC-V defconfig, this allows us to use QEMU's PCIe support out of the box. CONFIG_RAS=y is automatically selected by generic PCIe, so it has been dropped from the defconfig. Signed-off-by: Alistair Francis <alistair.francis@wdc.com> [Palmer: Split out PCIE_XILINX and CRYPTO_DEV_VIRTIO] Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
1 parent a37ead8 commit e4cf9e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

arch/riscv/configs/defconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ CONFIG_IP_PNP_BOOTP=y
2727
CONFIG_IP_PNP_RARP=y
2828
CONFIG_NETLINK_DIAG=y
2929
CONFIG_PCI=y
30+
CONFIG_PCIEPORTBUS=y
31+
CONFIG_PCI_HOST_GENERIC=y
3032
CONFIG_PCIE_XILINX=y
3133
CONFIG_DEVTMPFS=y
3234
CONFIG_BLK_DEV_LOOP=y
@@ -63,7 +65,6 @@ CONFIG_USB_STORAGE=y
6365
CONFIG_USB_UAS=y
6466
CONFIG_VIRTIO_MMIO=y
6567
CONFIG_SIFIVE_PLIC=y
66-
CONFIG_RAS=y
6768
CONFIG_EXT4_FS=y
6869
CONFIG_EXT4_FS_POSIX_ACL=y
6970
CONFIG_AUTOFS4_FS=y

0 commit comments

Comments
 (0)