clk: xilinx: Drop duplicate depends on COMMON_CLK
authorStephen Boyd <sboyd@kernel.org>
Mon, 3 Oct 2022 20:31:03 +0000 (13:31 -0700)
committerStephen Boyd <sboyd@kernel.org>
Mon, 17 Oct 2022 22:30:00 +0000 (15:30 -0700)
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
drivers/clk/xilinx/Kconfig

index f205522..0517569 100644 (file)
@@ -2,7 +2,7 @@
 
 config XILINX_VCU
        tristate "Xilinx VCU logicoreIP Init"
-       depends on HAS_IOMEM && COMMON_CLK
+       depends on HAS_IOMEM
        select REGMAP_MMIO
        help
          Provides the driver to enable and disable the isolation between the
@@ -19,7 +19,7 @@ config XILINX_VCU
 
 config COMMON_CLK_XLNX_CLKWZRD
        tristate "Xilinx Clocking Wizard"
-       depends on COMMON_CLK && OF
+       depends on OF
        depends on HAS_IOMEM
        help
          Support for the Xilinx Clocking Wizard IP core clock generator.