mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-30 08:19:09 +00:00
riscv: add some more drivers to GENERIC
Enable phy and regulator extres devices. These aren't needed for existing SoC support, but are of general utility to FDT platforms and enable out-of-tree work. Similarly, enable sdhci and mmc. Reviewed by: jrtc27 MFC after: 3 days Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D42913
This commit is contained in:
parent
e08331333f
commit
4a7639100e
@ -83,6 +83,8 @@ device rcons
|
||||
# pseudo devices
|
||||
device clk
|
||||
device hwreset
|
||||
device phy
|
||||
device regulator
|
||||
device syscon
|
||||
device syscon_power
|
||||
device riscv_syscon
|
||||
@ -183,6 +185,11 @@ device md # Memory "disks"
|
||||
device gif # IPv6 and IPv4 tunneling
|
||||
device firmware # firmware assist module
|
||||
|
||||
# MMC/SD/SDIO Card slot support
|
||||
device sdhci
|
||||
device mmc # MMC/SD bus
|
||||
device mmcsd # MMC/SD flash cards
|
||||
|
||||
# The `bpf' device enables the Berkeley Packet Filter.
|
||||
# Be aware of the administrative consequences of enabling this!
|
||||
# Note that 'bpf' is required for DHCP.
|
||||
|
Loading…
Reference in New Issue
Block a user