summaryrefslogtreecommitdiff
path: root/drivers/clk/spacemit/Kconfig
blob: 25a3c1e4a45d91c6ba0c16ce88b15706b1284c46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# SPDX-License-Identifier: GPL-2.0-or-later
#
# Copyright (c) 2025, Junhui Liu <[email protected]>

config CLK_SPACEMIT
	bool "Clock support for SpacemiT SoCs"
	depends on CLK || COMPILE_TEST
	select REGMAP
	select LIB_RATIONAL
	help
	  This enables support clock driver for Spacemit SoC
	  family.

if CLK_SPACEMIT

config CLK_SPACEMIT_K1
	bool "SpacemiT K1 clock support"
	select CLK_CCF
	help
	  This enables support clock driver for Spacemit K1 SoC.
	  It's based on Common Clock Framework.

endif