hc
2023-11-07 f45e756958099c35d6afb746df1d40a1c6302cfc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
config SPRD_COMMON_CLK
   tristate "Clock support for Spreadtrum SoCs"
   depends on ARCH_SPRD || COMPILE_TEST
   default ARCH_SPRD
   select REGMAP_MMIO
 
if SPRD_COMMON_CLK
 
# SoC Drivers
 
config SPRD_SC9860_CLK
   tristate "Support for the Spreadtrum SC9860 clocks"
   depends on (ARM64 && ARCH_SPRD) || COMPILE_TEST
   default ARM64 && ARCH_SPRD
endif