Skip to content

Commit

Permalink
clk: zynqmp: Drop dependency on ARCH_ZYNQMP
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
punitagrawal authored and bebarino committed Apr 8, 2021
1 parent c3ce6a4 commit 21f2375
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/clk/zynqmp/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

config COMMON_CLK_ZYNQMP
bool "Support for Xilinx ZynqMP Ultrascale+ clock controllers"
depends on ARCH_ZYNQMP || COMPILE_TEST
depends on ZYNQMP_FIRMWARE
depends on ZYNQMP_FIRMWARE || COMPILE_TEST
default ZYNQMP_FIRMWARE
help
Support for the Zynqmp Ultrascale clock controller.
Expand Down

0 comments on commit 21f2375

Please sign in to comment.