android_kernel_samsung_on5x.../drivers/reset/sti/Kconfig
2018-06-19 23:16:04 +02:00

15 lines
181 B
Text

if ARCH_STI
config STI_RESET_SYSCFG
bool
select RESET_CONTROLLER
config STIH415_RESET
bool
select STI_RESET_SYSCFG
config STIH416_RESET
bool
select STI_RESET_SYSCFG
endif