Searched hist:c00b5f20 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/clk/xilinx/ |
H A D | Kconfig | c00b5f20 Mon Oct 03 15:26:08 CDT 2022 Stephen Boyd <sboyd@kernel.org> 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>
|