xref: /openbmc/u-boot/drivers/clk/owl/Kconfig (revision 0f347a0096ad0c1e56d1b18b7eb60731d40d49c2)
1config CLK_OWL
2        bool "Actions Semi OWL clock drivers"
3        depends on CLK && ARCH_OWL
4        help
5          Enable support for clock managemet unit present in Actions Semi
6	  OWL SoCs.
7
8config CLK_S900
9        bool "Actions Semi S900 clock driver"
10        depends on CLK_OWL && ARM64
11        help
12          Enable support for the clocks in Actions Semi S900 SoC.
13