Kconfig 245 B

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