You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
314 B
14 lines
314 B
menuconfig RT_USING_RESET
|
|
bool "Using Reset Controller support"
|
|
depends on RT_USING_DM
|
|
depends on RT_USING_OFW
|
|
default n
|
|
|
|
config RT_RESET_SIMPLE
|
|
bool "Simple Reset Controller Driver"
|
|
depends on RT_USING_RESET
|
|
default n
|
|
|
|
if RT_USING_RESET
|
|
osource "$(SOC_DM_RESET_DIR)/Kconfig"
|
|
endif
|
|
|