mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-02-05 13:33:51 +00:00
EDU Support DMA (lower 32 bits) and factorial, MSI-X, user can change device or driver to study PCI. Signed-off-by: GuEe-GUI <2991707448@qq.com>
22 lines
468 B
Plaintext
22 lines
468 B
Plaintext
menuconfig RT_USING_MFD
|
|
bool "Using Multifunction device drivers (MFD)"
|
|
depends on RT_USING_DM
|
|
default n
|
|
|
|
config RT_MFD_EDU
|
|
bool "Educational device driver"
|
|
depends on RT_USING_MFD
|
|
depends on RT_USING_PCI
|
|
depends on RT_USING_DMA
|
|
default n
|
|
|
|
config RT_MFD_SYSCON
|
|
bool "System Controller Register R/W"
|
|
depends on RT_USING_MFD
|
|
depends on RT_USING_OFW
|
|
default y
|
|
|
|
if RT_USING_MFD
|
|
osource "$(SOC_DM_MFD_DIR)/Kconfig"
|
|
endif
|