Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1# SPDX-License-Identifier: GPL-2.0-only
2config COMMON_RESET_HI3660
3 tristate "Hi3660 Reset Driver"
4 depends on ARCH_HISI || COMPILE_TEST
5 default ARCH_HISI
6 help
7 Build the Hisilicon Hi3660 reset driver.
8
9config COMMON_RESET_HI6220
10 tristate "Hi6220 Reset Driver"
11 depends on ARCH_HISI || COMPILE_TEST
12 default ARCH_HISI
13 help
14 Build the Hisilicon Hi6220 reset driver.