1menuconfig RT_USING_RESET 2 bool "Using Reset Controller support" 3 depends on RT_USING_DM 4 depends on RT_USING_OFW 5 default n 6 7config RT_RESET_SIMPLE 8 bool "Simple Reset Controller Driver" 9 depends on RT_USING_RESET 10 default n 11 12if RT_USING_RESET 13 osource "$(SOC_DM_RESET_DIR)/Kconfig" 14endif 15