Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config SPRD_COMMON_CLK
0003         tristate "Clock support for Spreadtrum SoCs"
0004         depends on ARCH_SPRD || COMPILE_TEST
0005         default ARCH_SPRD
0006         select REGMAP_MMIO
0007 
0008 if SPRD_COMMON_CLK
0009 
0010 # SoC Drivers
0011 
0012 config SPRD_SC9860_CLK
0013         tristate "Support for the Spreadtrum SC9860 clocks"
0014         depends on (ARM64 && ARCH_SPRD) || COMPILE_TEST
0015         default ARM64 && ARCH_SPRD
0016 
0017 config SPRD_SC9863A_CLK
0018         tristate "Support for the Spreadtrum SC9863A clocks"
0019         depends on (ARM64 && ARCH_SPRD) || COMPILE_TEST
0020         default ARM64 && ARCH_SPRD
0021         help
0022           Support for the global clock controller on sc9863a devices.
0023           Say Y if you want to use peripheral devices on sc9863a SoC.
0024 endif