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