diff options
author | Simon Glass <sjg@chromium.org> | 2017-04-26 22:28:02 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-04-30 13:40:58 -0400 |
commit | d315628edbc99572c3d35cb72fffcd32e12f859b (patch) | |
tree | 06703a254d8a614f6d78ba2a873d1e0a9662b6ba /arch | |
parent | 3d0aeb909001f37f35332606713cd92f213501cc (diff) | |
download | u-boot-d315628edbc99572c3d35cb72fffcd32e12f859b.tar.gz |
Convert CONFIG_CMD_CLK to Kconfig
This converts the following to Kconfig:
CONFIG_CMD_CLK
Signed-off-by: Simon Glass <sjg@chromium.org>
[trini: imply CMD_CLK on ARCH_ZYNQ]
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 0b70c47407..513a35fc4e 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -676,6 +676,7 @@ config ARCH_ZYNQ select CLK select SPL_CLK select CLK_ZYNQ + imply CMD_CLK config ARCH_ZYNQMP bool "Support Xilinx ZynqMP Platform" |