xref: /openbmc/linux/drivers/clk/hisilicon/Kconfig (revision 8571e645)
1config COMMON_CLK_HI6220
2	bool "Hi6220 Clock Driver"
3	depends on ARCH_HISI || COMPILE_TEST
4	default ARCH_HISI
5	help
6	  Build the Hisilicon Hi6220 clock driver based on the common clock framework.
7
8config STUB_CLK_HI6220
9	bool "Hi6220 Stub Clock Driver"
10	depends on COMMON_CLK_HI6220 && MAILBOX
11	help
12	  Build the Hisilicon Hi6220 stub clock driver.
13