brintos

brintos / linux-shallow public Read only

0
0
Text · 953 B · 2f19c8d Raw
33 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config SPRD_COMMON_CLK3	tristate "Clock support for Spreadtrum SoCs"4	depends on ARCH_SPRD || COMPILE_TEST5	default ARCH_SPRD6	select REGMAP_MMIO7 8if SPRD_COMMON_CLK9 10# SoC Drivers11 12config SPRD_SC9860_CLK13	tristate "Support for the Spreadtrum SC9860 clocks"14	depends on (ARM64 && ARCH_SPRD) || COMPILE_TEST15	default ARM64 && ARCH_SPRD16 17config SPRD_SC9863A_CLK18	tristate "Support for the Spreadtrum SC9863A clocks"19	depends on (ARM64 && ARCH_SPRD) || COMPILE_TEST20	default ARM64 && ARCH_SPRD21	help22	  Support for the global clock controller on sc9863a devices.23	  Say Y if you want to use peripheral devices on sc9863a SoC.24 25config SPRD_UMS512_CLK26	tristate "Support for the Spreadtrum UMS512 clocks"27	depends on (ARM64 && ARCH_SPRD) || COMPILE_TEST28	default ARM64 && ARCH_SPRD29	help30	  Support for the global clock controller on ums512 devices.31	  Say Y if you want to use peripheral devices on ums512 SoC.32endif33