Skip to content

Commit 51c8b49

Browse files
committed
clk: versatile: Depend on HAS_IOMEM
kbuild robot reports that s390 fails to build this driver with COMPILE_TEST. Let's depend on HAS_IOMEM so that s390 doesn't try to build it. Cc: Lee Jones <[email protected]> Acked-by: Linus Walleij <[email protected]> Reported-by: kernel test robot <[email protected]> Fixes: 419b3ab ("clk: versatile: remove dependency on ARCH_*") Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Stephen Boyd <[email protected]>
1 parent 419b3ab commit 51c8b49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/clk/versatile/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# SPDX-License-Identifier: GPL-2.0-only
22

33
menu "Clock driver for ARM Reference designs"
4+
depends on HAS_IOMEM
45

56
config ICST
67
bool "Clock driver for ARM Reference designs ICST"

0 commit comments

Comments
 (0)