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)
commit213fcabdfdac829aed2506793567c7d6497a3b8e
tree25768c6f81f5766f5f264fb9b9e459907c9b661e
parent2629a21e209d91cdb778f43612235ed1f3029488
clk: uniphier: fix unmet direct dependencies warning

Since commit f0776a551764 ("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