sdk-hwV1.3/lichee/linux-4.9/drivers/reset/sti/Kconfig

19 lines
209 B
Plaintext
Raw Normal View History

2024-05-07 10:09:20 +00:00
if ARCH_STI
config STI_RESET_SYSCFG
bool
config STIH415_RESET
bool
select STI_RESET_SYSCFG
config STIH416_RESET
bool
select STI_RESET_SYSCFG
config STIH407_RESET
bool
select STI_RESET_SYSCFG
endif