mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-13 08:27:23 +00:00
48264d9beb
This is the initial commit for the UniPhier clock drivers. Currently, only the Media I/O clock is supported. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
13 lines
214 B
Text
13 lines
214 B
Text
config CLK_UNIPHIER
|
|
bool
|
|
select CLK
|
|
select SPL_CLK
|
|
|
|
menu "Clock drivers for UniPhier SoCs"
|
|
depends on CLK_UNIPHIER
|
|
|
|
config CLK_UNIPHIER_MIO
|
|
bool "Clock driver for UniPhier Media I/O block"
|
|
default y
|
|
|
|
endmenu
|