mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-26 22:23:08 +00:00
conf: deduplicate dwmmc config logic
The core of this driver is supported by multiple architectures. Move the config entries to the MI conf/files. This hardware is found on several available/emerging RISC-V SoCs, so we will soon need it on this architecture. Reviewed by: manu MFC after: 1 week Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D44104
This commit is contained in:
parent
a01dc140b2
commit
f84e9df6d0
@ -5,7 +5,6 @@ arm/altera/socfpga/socfpga_manager.c standard
|
||||
arm/altera/socfpga/socfpga_rstmgr.c standard
|
||||
arm/altera/socfpga/socfpga_mp.c optional smp
|
||||
|
||||
dev/mmc/host/dwmmc.c optional dwmmc
|
||||
dev/mmc/host/dwmmc_altera.c optional dwmmc
|
||||
|
||||
# Arria 10
|
||||
|
@ -26,5 +26,4 @@ dev/iicbus/pmic/act8846.c standard
|
||||
dev/iicbus/pmic/act8846_regulator.c standard
|
||||
dev/iicbus/pmic/fan53555.c standard
|
||||
dev/iicbus/rtc/hym8563.c standard
|
||||
dev/mmc/host/dwmmc.c optional dwmmc
|
||||
dev/mmc/host/dwmmc_rockchip.c optional dwmmc
|
||||
|
@ -2408,6 +2408,7 @@ dev/mlxfw/mlxfw_mfa2_tlv_multi.c optional mlxfw \
|
||||
dev/mlx/mlx.c optional mlx
|
||||
dev/mlx/mlx_disk.c optional mlx
|
||||
dev/mlx/mlx_pci.c optional mlx pci
|
||||
dev/mmc/host/dwmmc.c optional dwmmc fdt
|
||||
dev/mmc/mmc_subr.c optional mmc | mmcsd !mmccam
|
||||
dev/mmc/mmc.c optional mmc !mmccam
|
||||
dev/mmc/mmcbr_if.m standard
|
||||
|
@ -384,7 +384,6 @@ dev/ipmi/ipmi_smic.c optional ipmi
|
||||
dev/mailbox/arm/arm_doorbell.c optional fdt arm_doorbell
|
||||
dev/mbox/mbox_if.m optional soc_brcm_bcm2837
|
||||
|
||||
dev/mmc/host/dwmmc.c optional dwmmc fdt
|
||||
dev/mmc/host/dwmmc_altera.c optional dwmmc dwmmc_altera fdt
|
||||
dev/mmc/host/dwmmc_hisi.c optional dwmmc dwmmc_hisi fdt
|
||||
dev/mmc/host/dwmmc_rockchip.c optional dwmmc rk_dwmmc fdt
|
||||
|
Loading…
Reference in New Issue
Block a user