mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-14 00:13:53 +00:00
![Peter Griffin](/assets/img/avatar_default.png)
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
|