swh:1:snp:77163734605b0ec556b01d897b7bb4a7e30d46b6
Raw File
Tip revision: 52addcf9d6669fa439387610bc65c92fa0980cef authored by Linus Torvalds on 25 August 2014, 22:36:20 UTC
Linux 3.17-rc2
Tip revision: 52addcf
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

endif
back to top