commit | 04ac6f168bf0936ab7ad38b3976ae2e8cb2f90a5 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Apr 26 22:28:02 2017 -0600 |
committer | Tom Rini <trini@konsulko.com> | Sun Apr 30 13:40:58 2017 -0400 |
tree | 06703a254d8a614f6d78ba2a873d1e0a9662b6ba | |
parent | 2f072584430171fe567aca1a474497c36f61770f [diff] [blame] |
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>
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 0b70c47..513a35f 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig
@@ -676,6 +676,7 @@ select CLK select SPL_CLK select CLK_ZYNQ + imply CMD_CLK config ARCH_ZYNQMP bool "Support Xilinx ZynqMP Platform"