u-boot/drivers/clk/uniphier/Kconfig
Masahiro Yamada 045e4fcb44 clk: uniphier: disable SPL_CLK
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>
2018-04-24 00:35:35 +09:00

9 lines
238 B
Plaintext

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.