xref: /linux/drivers/clk/eswin/Kconfig (revision 502d45774af09f1c681c754c4b7cdfb5d7f72fd9)
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
17config COMMON_CLK_EIC7700_HSP
18	tristate "EIC7700 HSP Clock Driver"
19	depends on ARCH_ESWIN || COMPILE_TEST
20	select AUXILIARY_BUS
21	select COMMON_CLK_EIC7700
22	select RESET_EIC7700_HSP if RESET_CONTROLLER
23	select REGMAP_MMIO
24	help
25	  This driver provides support for clock controller on ESWIN EIC7700
26	  HSP. The clock controller generates and supplies clocks to high
27	  speed peripherals within the SoC.
28	  Say yes here to support the clock controller on the EIC7700 HSP.
29