summaryrefslogtreecommitdiff
path: root/drivers/reset/sti/Kconfig
blob: 71592b5bfd14f800be26feb97c7bcb3ebf444989 (plain)
1
2
3
4
5
6
7
8
9
10
if ARCH_STI

config STI_RESET_SYSCFG
	bool

config STIH407_RESET
	bool
	select STI_RESET_SYSCFG

endif