diff options
author | Michal Simek | 2016-07-14 15:07:54 +0200 |
---|---|---|
committer | Michal Simek | 2016-07-22 14:03:54 +0200 |
commit | 1f29738ad13ad178185490db0bb17ad71343e251 (patch) | |
tree | edede7e5831e47524f1ebff09dc3bfa7b2d08ae9 /arch/arm/Kconfig | |
parent | 1eefe14f66c982bf7145e9d3b57fafd1f17fe12f (diff) |
ARM64: zynqmp: Enable CLK and SPL_CLK by default
Serial driver starts to use clk framework that's why
enable it by default.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 585b408ee37..397981a40c1 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -669,6 +669,8 @@ config ARCH_ZYNQMP select OF_CONTROL select DM_SERIAL select SUPPORT_SPL + select CLK + select SPL_CLK config TEGRA bool "NVIDIA Tegra" |