treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / drivers / clk / sprd / Kconfig
blob3c219af2510016ed76f3069743abd23a6c0072f9
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         select REGMAP_MMIO
8 if SPRD_COMMON_CLK
10 # SoC Drivers
12 config SPRD_SC9860_CLK
13         tristate "Support for the Spreadtrum SC9860 clocks"
14         depends on (ARM64 && ARCH_SPRD) || COMPILE_TEST
15         default ARM64 && ARCH_SPRD
16 endif