Skip to content

Commit 21f2375

Browse files
punitagrawalbebarino
authored andcommitted
clk: zynqmp: Drop dependency on ARCH_ZYNQMP
The clock driver depends on ZYNQMP_FIRMWARE which in turn depends on ARCH_ZYNQMP. Simplify the Kconfig by dropping the redundant dependency on ARCH_ZYNQMP as it'll be applied transitively via ZYNQMP_FIRMWARE. Signed-off-by: Punit Agrawal <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Michal Simek <[email protected]> Signed-off-by: Stephen Boyd <[email protected]>
1 parent c3ce6a4 commit 21f2375

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

drivers/clk/zynqmp/Kconfig

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
config COMMON_CLK_ZYNQMP
44
bool "Support for Xilinx ZynqMP Ultrascale+ clock controllers"
5-
depends on ARCH_ZYNQMP || COMPILE_TEST
6-
depends on ZYNQMP_FIRMWARE
5+
depends on ZYNQMP_FIRMWARE || COMPILE_TEST
76
default ZYNQMP_FIRMWARE
87
help
98
Support for the Zynqmp Ultrascale clock controller.

0 commit comments

Comments
 (0)