]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd3ac29cba44e9fe09971cd350428bc3987243c0d
tree56a2122dbf4743c802a9b18a6d82caec3106a4dd
parentadbbc5efc41caec9b9c58d5a265a8436370a1b3a
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: d39cecad9240 ("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