Files
Debian-9-Kernel/drivers/reset/sti/Kconfig
T

19 lines
209 B
Plaintext
Raw Normal View History

2023-05-02 09:58:35 +02: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