Skip to content

Commit 39d9900

Browse files
committed
[DM/MFDD] Make Kconfig import for DM
Signed-off-by: GuEe-GUI <2991707448@qq.com>
1 parent 2fb53c8 commit 39d9900

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

components/drivers/mfd/Kconfig

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
menuconfig RT_USING_MFD
2-
bool "Using Multifunction device drivers"
2+
bool "Using Multifunction device drivers (MFD)"
33
depends on RT_USING_DM
44
default n
55

@@ -8,3 +8,7 @@ config RT_MFD_SYSCON
88
depends on RT_USING_MFD
99
depends on RT_USING_OFW
1010
default y
11+
12+
if RT_USING_MFD
13+
osource "$(SOC_DM_MFD_DIR)/Kconfig"
14+
endif

0 commit comments

Comments
 (0)