clk: clocking-wizard: Depend on HAS_IOMEM
authorStephen Boyd <sboyd@kernel.org>
Mon, 3 Oct 2022 20:26:08 +0000 (13:26 -0700)
committerStephen Boyd <sboyd@kernel.org>
Mon, 3 Oct 2022 20:27:58 +0000 (13:27 -0700)
commitc00b5f204041581fadcc6d3de7f9407d2d110035
tree56a2122dbf4743c802a9b18a6d82caec3106a4dd
parentfd30ac84f3022ea3c8c6380dfb919c869c6fd9e2
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: c822490f52da ("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>
drivers/clk/xilinx/Kconfig