1menuconfig RT_USING_MFD 2 bool "Using Multifunction device drivers" 3 depends on RT_USING_DM 4 default n 5 6config RT_MFD_SYSCON 7 bool "System Controller Register R/W" 8 depends on RT_USING_MFD 9 depends on RT_USING_OFW 10 default y 11