# SPDX-License-Identifier: GPL-2.0

menuconfig CLK_SIFLOWER
	bool "Siflower SoC driver support"
	depends on MIPS || COMPILE_TEST
	help
	  SoC drivers for Siflower Linux-capable SoCs.

if CLK_SIFLOWER

config CLK_SF19A2890
	bool "Clock driver for Siflower CLK_SF19A2890"
	depends on MIPS || COMPILE_TEST
	help
	  Supports the Top Clock Module found in SF19A2890. If this
	  kernel is meant to run on a Siflower SF19A2890 SoC,
	  enable this driver.

config CLK_SF19A2890_PERIPH
	bool "Clock driver for Siflower SF19A2890 peripheral clock gates"
	depends on MIPS || COMPILE_TEST
	help
	  Supports the clock gates for various peripherals in SF19A2890.
	  If this kernel is meant to run on a Siflower SF19A2890 SoC,
	  enable this driver.

endif
