mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
805dc44cc8
The initial design of the UniPhier clk driver for U-Boot was not very nice. Here is a re-work to sync it with Linux's clk and reset drivers, maximizing the code reuse from Linux's clk data. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
10 lines
292 B
Text
10 lines
292 B
Text
config CLK_UNIPHIER
|
|
bool "Clock driver for UniPhier SoCs"
|
|
depends on ARCH_UNIPHIER
|
|
select CLK
|
|
select SPL_CLK
|
|
default y
|
|
help
|
|
Support for clock controllers on UniPhier SoCs.
|
|
Say Y if you want to control clocks provided by System Control
|
|
block, Media I/O block, Peripheral Block.
|