Skip to content

Commit c00b5f2

Browse files
committed
clk: clocking-wizard: Depend on HAS_IOMEM
This driver uses devm_platform_ioremap_resource() and thus depends on HAS_IOMEM. Add the Kconfig dependency to avoid build issues. Reported-by: kernel test robot <lkp@intel.com> Cc: Shubhrajyoti Datta <shubhrajyoti.datta@xilinx.com> Fixes: c822490 ("clk: clocking-wizard: Move clocking-wizard out") Link: https://lore.kernel.org/r/20221003202608.2611295-1-sboyd@kernel.org Signed-off-by: Stephen Boyd <sboyd@kernel.org>
1 parent fd30ac8 commit c00b5f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/clk/xilinx/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ config XILINX_VCU
2020
config COMMON_CLK_XLNX_CLKWZRD
2121
tristate "Xilinx Clocking Wizard"
2222
depends on COMMON_CLK && OF
23+
depends on HAS_IOMEM
2324
help
2425
Support for the Xilinx Clocking Wizard IP core clock generator.
2526
Adds support for clocking wizard and compatible.

0 commit comments

Comments
 (0)