swh:1:snp:77163734605b0ec556b01d897b7bb4a7e30d46b6
Raw File
Tip revision: a1b8638ba1320e6684aa98233c15255eb803fac7 authored by Linus Torvalds on 27 September 2020, 21:38:10 UTC
Linux 5.9-rc7
Tip revision: a1b8638
Kconfig
# SPDX-License-Identifier: GPL-2.0-only
config COMMON_RESET_HI3660
	tristate "Hi3660 Reset Driver"
	depends on ARCH_HISI || COMPILE_TEST
	default ARCH_HISI
	help
	  Build the Hisilicon Hi3660 reset driver.

config COMMON_RESET_HI6220
	tristate "Hi6220 Reset Driver"
	depends on ARCH_HISI || COMPILE_TEST
	default ARCH_HISI
	help
	  Build the Hisilicon Hi6220 reset driver.
back to top