mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 21:24:29 +00:00
8b520ac153
This patch converts S900 clock driver to something common that can be used for other SoCs, for instance S700(few of clk registers are same). Reviewed-by: Andre Przywara <andre.przywara@arm.com> Signed-off-by: Amit Singh Tomar <amittomer25@gmail.com>
8 lines
215 B
Text
8 lines
215 B
Text
config CLK_OWL
|
|
bool "Actions Semi OWL clock drivers"
|
|
depends on CLK && ARCH_OWL
|
|
help
|
|
Enable support for clock managemet unit present in Actions Semi
|
|
Owl series S900/S700 SoCs.
|
|
|
|
|