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