xref: /linux/drivers/clk/eswin/Kconfig (revision 814b2c9b30e56074e11fc0a6e5419b3fee0639bc)
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.
16