mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 13:14:27 +00:00
045e4fcb44
The last clock consumer in SPL, SD/eMMC driver, gave up using the clock driver. The clock driver is only used in U-Boot proper. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
8 lines
238 B
Text
8 lines
238 B
Text
config CLK_UNIPHIER
|
|
def_bool y
|
|
depends on ARCH_UNIPHIER
|
|
select CLK
|
|
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.
|