# SPDX-License-Identifier: GPL-2.0-only
config CLK_BAIKAL_M
	bool "Baikal-M Clocks Control Unit interface"
	depends on (ARCH_BAIKAL && OF) || COMPILE_TEST
	default ARCH_BAIKAL
	help
	  Clocks Control Unit is the core of Baikal SoC System Controller
	  responsible for the chip subsystems clocking and resetting. It
	  consists of multiple global clock domains, which can be reset by
	  means of the CCU control registers. These domains and devices placed
	  in them are fed with clocks generated by a hierarchy of PLLs,
	  configurable and fixed clock dividers. Enable this option to be able
	  to select Baikal CCU PLLs and Dividers drivers.

config CLK_BAIKAL_S
	bool "Baikal-S Clocks Control Unit interface"
	depends on (ARCH_BAIKAL && OF) || COMPILE_TEST
	default ARCH_BAIKAL
	help
	  Clocks Control Unit is the core of Baikal SoC System Controller
	  responsible for the chip subsystems clocking and resetting. It
	  consists of multiple global clock domains, which can be reset by
	  means of the CCU control registers. These domains and devices placed
	  in them are fed with clocks generated by a hierarchy of PLLs,
	  configurable and fixed clock dividers. Enable this option to be able
	  to select Baikal CCU PLLs and Dividers drivers.
