4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-08 18:51:09 +08:00

11 lines
245 B
Plaintext
Raw Normal View History

menuconfig RT_USING_MFD
bool "Using Multifunction device drivers"
depends on RT_USING_DM
default n
config RT_MFD_SYSCON
bool "System Controller Register R/W"
depends on RT_USING_MFD
depends on RT_USING_OFW
default y