Include the PCI stack to the riscv GENERIC kernel.

It will be used by an upcoming PCI root complex driver.

Sponsored by:	DARPA, AFRL
This commit is contained in:
Ruslan Bukin 2020-01-24 17:10:21 +00:00
parent 79a6ce8b41
commit 7106b618d2
2 changed files with 6 additions and 0 deletions

View File

@ -6,6 +6,9 @@ crypto/blowfish/bf_enc.c optional crypto | ipsec | ipsec_support
crypto/des/des_enc.c optional crypto | ipsec | ipsec_support | netsmb
dev/cadence/if_cgem.c optional cgem
dev/ofw/ofw_cpu.c optional fdt
dev/ofw/ofwpci.c optional pci fdt
dev/pci/pci_host_generic.c optional pci
dev/pci/pci_host_generic_fdt.c optional pci fdt
dev/uart/uart_cpu_fdt.c optional uart fdt
dev/uart/uart_dev_lowrisc.c optional uart_lowrisc
dev/xilinx/axi_quad_spi.c optional xilinx_spi

View File

@ -76,6 +76,9 @@ options INTRNG
# RISC-V SBI console
device rcons
# Bus drivers
device pci
# VirtIO support
device virtio # Generic VirtIO bus (required)
device virtio_pci # VirtIO PCI device