mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 14:21:18 +01:00
riscv: add iicbus and iicoc to GENERIC
The iicoc driver supports the OpenCores I2C IP. This is included in at least the SiFive "Unleashed" and "Unmatched" cores and probably others. Suggested by: jrtc27
This commit is contained in:
parent
99443830fa
commit
91feb4f420
@ -203,6 +203,10 @@ device bpf # Berkeley packet filter
|
||||
options FDT
|
||||
makeoptions MODULES_EXTRA+="dtb/sifive"
|
||||
|
||||
# I2C support
|
||||
device iicbus # Bus support, required for iicoc below.
|
||||
device iicoc # OpenCores I2C controller support
|
||||
|
||||
# SiFive device drivers
|
||||
device fu740_pci_dw
|
||||
device sifive_gpio
|
||||
|
Loading…
Reference in New Issue
Block a user