mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
arm: SOCFPGA: Add ext_resources driver
mmc_fdt_helpers needs clock and regulators. Add all the ext_resources driver to SOCFPGA conf file to fix the build Reported by: mjg
This commit is contained in:
parent
68c2544264
commit
2d926ed71e
1 changed files with 9 additions and 0 deletions
|
|
@ -38,6 +38,15 @@ options SOC_ALTERA_CYCLONE5
|
|||
#options BOOTP_NFSV3
|
||||
#options BOOTP_WIRED_TO=ue0
|
||||
|
||||
# EXT_RESOURCES pseudo devices
|
||||
options EXT_RESOURCES
|
||||
device clk
|
||||
device phy
|
||||
device hwreset
|
||||
device nvmem
|
||||
device regulator
|
||||
device syscon
|
||||
|
||||
# Interrupt controller
|
||||
device gic
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue