swh:1:snp:77163734605b0ec556b01d897b7bb4a7e30d46b6
Raw File
Tip revision: 97bf6af1f928216fd6c5a66e8a57bfa95a659672 authored by Linus Torvalds on 21 December 2014, 01:08:50 UTC
Linux 3.19-rc1
Tip revision: 97bf6af
Kconfig
if ARCH_STI

config STI_RESET_SYSCFG
	bool
	select RESET_CONTROLLER

config STIH415_RESET
	bool
	select STI_RESET_SYSCFG

config STIH416_RESET
	bool
	select STI_RESET_SYSCFG

config STIH407_RESET
	bool
	select STI_RESET_SYSCFG

endif
back to top