Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

clk: xilinx: Drop duplicate depends on COMMON_CLK

This entire Kconfig file is only included within the if COMMON_CLK
section of the drivers/clk/Kconfig file. That makes the depends on
COMMON_CLK here redundant. Remove it.

Cc: Shubhrajyoti Datta <shubhrajyoti.datta@amd.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Link: https://lore.kernel.org/r/20221003203103.2705007-1-sboyd@kernel.org

+2 -2
+2 -2
drivers/clk/xilinx/Kconfig
··· 2 2 3 3 config XILINX_VCU 4 4 tristate "Xilinx VCU logicoreIP Init" 5 - depends on HAS_IOMEM && COMMON_CLK 5 + depends on HAS_IOMEM 6 6 select REGMAP_MMIO 7 7 help 8 8 Provides the driver to enable and disable the isolation between the ··· 19 19 20 20 config COMMON_CLK_XLNX_CLKWZRD 21 21 tristate "Xilinx Clocking Wizard" 22 - depends on COMMON_CLK && OF 22 + depends on OF 23 23 depends on HAS_IOMEM 24 24 help 25 25 Support for the Xilinx Clocking Wizard IP core clock generator.