forked from Minki/linux
64933513e4
Support for STiH415/6 SoCs is being removed from the kernel because the platforms are obsolete. This patch removes the reset drivers for these SoC's. Signed-off-by: Peter Griffin <peter.griffin@linaro.org> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
11 lines
103 B
Plaintext
11 lines
103 B
Plaintext
if ARCH_STI
|
|
|
|
config STI_RESET_SYSCFG
|
|
bool
|
|
|
|
config STIH407_RESET
|
|
bool
|
|
select STI_RESET_SYSCFG
|
|
|
|
endif
|