mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-02-07 01:44:41 +08:00
[DM/MFDD] Make Kconfig import for DM
Signed-off-by: GuEe-GUI <2991707448@qq.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
menuconfig RT_USING_MFD
|
||||
bool "Using Multifunction device drivers"
|
||||
bool "Using Multifunction device drivers (MFD)"
|
||||
depends on RT_USING_DM
|
||||
default n
|
||||
|
||||
@@ -8,3 +8,7 @@ config RT_MFD_SYSCON
|
||||
depends on RT_USING_MFD
|
||||
depends on RT_USING_OFW
|
||||
default y
|
||||
|
||||
if RT_USING_MFD
|
||||
osource "$(SOC_DM_MFD_DIR)/Kconfig"
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user