Merge tag 'reset-for-v5.3' of git://git.pengutronix.de/git/pza/linux into arm/drivers
[sfrench/cifs-2.6.git] / drivers / clk / sprd / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 config SPRD_COMMON_CLK
3         tristate "Clock support for Spreadtrum SoCs"
4         depends on ARCH_SPRD || COMPILE_TEST
5         default ARCH_SPRD
6
7 if SPRD_COMMON_CLK
8
9 # SoC Drivers
10
11 config SPRD_SC9860_CLK
12         tristate "Support for the Spreadtrum SC9860 clocks"
13         depends on (ARM64 && ARCH_SPRD) || COMPILE_TEST
14         default ARM64 && ARCH_SPRD
15 endif