Re: [PATCH] clk: hsdk: Fix bad dependency on IOMEM

2020-08-03 Thread Stephen Boyd
Quoting Geert Uytterhoeven (2020-08-03 01:48:35) > CONFIG_IOMEM does not exist. The correct symbol to depend on is > CONFIG_HAS_IOMEM. > > Fixes: 1e7468bd9d30a21e ("clk: Specify IOMEM dependency for HSDK pll driver") > Signed-off-by: Geert Uytterhoeven > --- Applied to clk-next

[PATCH] clk: hsdk: Fix bad dependency on IOMEM

2020-08-03 Thread Geert Uytterhoeven
CONFIG_IOMEM does not exist. The correct symbol to depend on is CONFIG_HAS_IOMEM. Fixes: 1e7468bd9d30a21e ("clk: Specify IOMEM dependency for HSDK pll driver") Signed-off-by: Geert Uytterhoeven --- drivers/clk/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/c