swh:1:snp:77163734605b0ec556b01d897b7bb4a7e30d46b6
Raw File
Tip revision: a111daf0c53ae91e71fd2bfe7497862d14132e3e authored by Linus Torvalds on 19 June 2022, 20:06:47 UTC
Linux 5.19-rc3
Tip revision: a111daf
Kconfig
# SPDX-License-Identifier: GPL-2.0-only
if ARCH_STI

config STI_RESET_SYSCFG
	bool

config STIH407_RESET
	bool
	select STI_RESET_SYSCFG

endif
back to top