mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-19 03:08:31 +00:00
213fcabdfd
Since commit f0776a5517
("spl: dm: Kconfig: SPL_CLK depends on
SPL_DM"), the following warning is displayed:
$ make uniphier_v8_defconfig
warning: (ARCH_ZYNQ && ARCH_ZYNQMP && STM32F7 && CLK_UNIPHIER) selects
SPL_CLK which has unmet direct dependencies (CLK && SPL_DM)
While I am here, I am removing the prompt to make it user-unconfigurable
option so that "select CLK_UNIPHIER" can be omitted.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
9 lines
261 B
Text
9 lines
261 B
Text
config CLK_UNIPHIER
|
|
def_bool y
|
|
depends on ARCH_UNIPHIER
|
|
select CLK
|
|
select SPL_CLK if SPL
|
|
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.
|