swh:1:snp:77163734605b0ec556b01d897b7bb4a7e30d46b6
Raw File
Tip revision: 36f90b0a2ddd60823fe193a85e60ff1906c2a9b3 authored by Linus Torvalds on 01 February 2016, 02:12:16 UTC
Linux 4.5-rc2
Tip revision: 36f90b0
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