Skip to content

Commit c3ce6a4

Browse files
punitagrawalbebarino
authored andcommitted
clk: zynqmp: Enable the driver if ZYNQMP_FIRMWARE is selected
When booting the kernel on zynqmp based platforms such as Ultra96v2, peripheral drivers such as that for the sdcard depend on the presence of clocks. Enable the clock driver if it's dependencies are compiled to avoid building an unbootable kernel. Signed-off-by: Punit Agrawal <[email protected]> Link: https://lore.kernel.org/r/[email protected] Acked-by: Michal Simek <[email protected]> Signed-off-by: Stephen Boyd <[email protected]>
1 parent a38fd87 commit c3ce6a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/clk/zynqmp/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ config COMMON_CLK_ZYNQMP
44
bool "Support for Xilinx ZynqMP Ultrascale+ clock controllers"
55
depends on ARCH_ZYNQMP || COMPILE_TEST
66
depends on ZYNQMP_FIRMWARE
7+
default ZYNQMP_FIRMWARE
78
help
89
Support for the Zynqmp Ultrascale clock controller.
910
It has a dependency on the PMU firmware.

0 commit comments

Comments
 (0)