Kconfig 314 B

1234567891011121314
  1. menuconfig 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. config RT_RESET_SIMPLE
  7. bool "Simple Reset Controller Driver"
  8. depends on RT_USING_RESET
  9. default n
  10. if RT_USING_RESET
  11. osource "$(SOC_DM_RESET_DIR)/Kconfig"
  12. endif