This fixes building configurations with COMPILE_TEST=y, HAS_IOMEM unset. This is possible with ARCH=s390. Reported-by: kernel test robot <lkp@xxxxxxxxx> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxxxx> --- drivers/clk/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig index c715d4681a0b..c81b78d0db6b 100644 --- a/drivers/clk/Kconfig +++ b/drivers/clk/Kconfig @@ -240,6 +240,7 @@ config CLK_TWL6040 config COMMON_CLK_AXI_CLKGEN tristate "AXI clkgen driver" depends on ARCH_ZYNQ || MICROBLAZE || COMPILE_TEST + depends on HAS_IO_MEM help Support for the Analog Devices axi-clkgen pcore clock generator for Xilinx FPGAs. It is commonly used in Analog Devices' reference designs. -- 2.28.0