Skip to content

Commit bd8548d

Browse files
geertubebarino
authored andcommitted
clk: hsdk: Fix bad dependency on IOMEM
CONFIG_IOMEM does not exist. The correct symbol to depend on is CONFIG_HAS_IOMEM. Fixes: 1e7468b ("clk: Specify IOMEM dependency for HSDK pll driver") Signed-off-by: Geert Uytterhoeven <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Stephen Boyd <[email protected]>
1 parent ba857b2 commit bd8548d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/clk/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ source "drivers/clk/versatile/Kconfig"
5050
config CLK_HSDK
5151
bool "PLL Driver for HSDK platform"
5252
depends on OF || COMPILE_TEST
53-
depends on IOMEM
53+
depends on HAS_IOMEM
5454
help
5555
This driver supports the HSDK core, system, ddr, tunnel and hdmi PLLs
5656
control.

0 commit comments

Comments
 (0)