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
2
3config COMMON_CLK_ESWIN
4 bool
5
6config COMMON_CLK_EIC7700
7 tristate "EIC7700 Clock Driver"
8 depends on ARCH_ESWIN || COMPILE_TEST
9 select COMMON_CLK_ESWIN
10 default ARCH_ESWIN
11 help
12 This driver provides support for clock controller on ESWIN EIC7700
13 SoC. The clock controller generates and supplies clocks to various
14 peripherals within the SoC.
15 Say yes here to support the clock controller on the EIC7700 SoC.