Commit c00b5f20 authored by Stephen Boyd's avatar Stephen Boyd

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: default avatarkernel test robot <lkp@intel.com>
Cc: Shubhrajyoti Datta <shubhrajyoti.datta@xilinx.com>
Fixes: c822490f ("clk: clocking-wizard: Move clocking-wizard out")
Link: https://lore.kernel.org/r/20221003202608.2611295-1-sboyd@kernel.orgSigned-off-by: default avatarStephen Boyd <sboyd@kernel.org>
parent fd30ac84
...@@ -20,6 +20,7 @@ config XILINX_VCU ...@@ -20,6 +20,7 @@ config XILINX_VCU
config COMMON_CLK_XLNX_CLKWZRD config COMMON_CLK_XLNX_CLKWZRD
tristate "Xilinx Clocking Wizard" tristate "Xilinx Clocking Wizard"
depends on COMMON_CLK && OF depends on COMMON_CLK && OF
depends on HAS_IOMEM
help help
Support for the Xilinx Clocking Wizard IP core clock generator. Support for the Xilinx Clocking Wizard IP core clock generator.
Adds support for clocking wizard and compatible. Adds support for clocking wizard and compatible.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment