mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-05-30 11:08:49 +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
|
menuconfig RT_USING_MFD
|
||||||
bool "Using Multifunction device drivers"
|
bool "Using Multifunction device drivers (MFD)"
|
||||||
depends on RT_USING_DM
|
depends on RT_USING_DM
|
||||||
default n
|
default n
|
||||||
|
|
||||||
@@ -8,3 +8,7 @@ config RT_MFD_SYSCON
|
|||||||
depends on RT_USING_MFD
|
depends on RT_USING_MFD
|
||||||
depends on RT_USING_OFW
|
depends on RT_USING_OFW
|
||||||
default y
|
default y
|
||||||
|
|
||||||
|
if RT_USING_MFD
|
||||||
|
osource "$(SOC_DM_MFD_DIR)/Kconfig"
|
||||||
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user