]> git.baikalelectronics.ru Git - uboot.git/commit
clk: uniphier: fix unmet direct dependencies warning
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 20 Aug 2017 13:59:36 +0000 (22:59 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 20 Aug 2017 14:05:39 +0000 (23:05 +0900)
commitb4aa20fc5acaa825dd6d242dc9235597e73b4e6f
tree25768c6f81f5766f5f264fb9b9e459907c9b661e
parenta49c9e4f194d68ce30e4ce183b0a58b2f136c82c
clk: uniphier: fix unmet direct dependencies warning

Since commit 439a6e7cba5c ("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>
arch/arm/Kconfig
drivers/clk/uniphier/Kconfig