We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fb43f6 commit c9b8cb5Copy full SHA for c9b8cb5
components/drivers/mfd/Kconfig
@@ -1,5 +1,5 @@
1
menuconfig RT_USING_MFD
2
- bool "Using Multifunction device drivers"
+ bool "Using Multifunction device drivers (MFD)"
3
depends on RT_USING_DM
4
default n
5
@@ -8,3 +8,7 @@ config RT_MFD_SYSCON
8
depends on RT_USING_MFD
9
depends on RT_USING_OFW
10
default y
11
+
12
+if RT_USING_MFD
13
+ osource "$(SOC_DM_MFD_DIR)/Kconfig"
14
+endif
0 commit comments