mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
riscv: Include spibus and spigen in GENERIC
We already attempt to enable the SiFive SPI controller, but since spibus isn't enabled it isn't actually built. Reviewed by: kp, philip MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D31027
This commit is contained in:
parent
4707bb0430
commit
8c439847f0
1 changed files with 4 additions and 0 deletions
|
|
@ -122,6 +122,10 @@ device xae # Xilinx AXI Ethernet MAC
|
|||
device xdma # DMA interface
|
||||
device axidma # Xilinx AXI DMA Controller
|
||||
|
||||
# SPI
|
||||
device spibus
|
||||
device spigen
|
||||
|
||||
# Uncomment for memory disk
|
||||
# options MD_ROOT
|
||||
# options MD_ROOT_SIZE=32768 # 32MB ram disk
|
||||
|
|
|
|||
Loading…
Reference in a new issue