android_kernel_samsung_hero.../drivers/reset/sti/Kconfig
2016-08-17 16:41:52 +08: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