Skip to content
Snippets Groups Projects
Commit 578d95e9 authored by Ezequiel Garcia's avatar Ezequiel Garcia Committed by Michal Simek
Browse files

arm: zynq: Enable SPL_CLK only if SPL is enabled


Setup proper dependency in Kconfig for SPL_CLK.
If SPL is not enabled, SPL_CLK shouldn't be selected.

Cc: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: default avatarEzequiel Garcia <ezequiel@vanguardiasur.com.ar>
Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent 3759df0c
No related branches found
No related tags found
No related merge requests found
...@@ -790,7 +790,7 @@ config ARCH_ZYNQ ...@@ -790,7 +790,7 @@ config ARCH_ZYNQ
select DM_USB if USB select DM_USB if USB
select BLK select BLK
select CLK select CLK
select SPL_CLK select SPL_CLK if SPL
select CLK_ZYNQ select CLK_ZYNQ
imply CMD_CLK imply CMD_CLK
imply FAT_WRITE imply FAT_WRITE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment