blob: 88d2d0316613f8ba65735088c198a5ff228fc048 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
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
|