mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-19 01:37:22 +07:00
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
|