From: Linus Walleij <linus.walleij@linaro.org>
To: Peter Chen <peter.chen@cixtech.com>,
Fugang Duan <fugang.duan@cixtech.com>,
CIX Linux Kernel Upstream Group
<cix-kernel-upstream@cixtech.com>,
Gary Yang <gary.yang@cixtech.com>
Cc: linux-gpio@vger.kernel.org, Linus Walleij <linus.walleij@linaro.org>
Subject: [PATCH] pinctrl: cix: Fix obscure dependency
Date: Mon, 24 Nov 2025 15:35:16 +0100 [thread overview]
Message-ID: <20251124-cix-deps-v1-1-fe603dfe86ef@linaro.org> (raw)
When compile-testing for UM-Linux the build fails because
we don't have IOMEM.
Add an explicit dependency.
Fixes: 920500c5fe66 ("pinctrl: cix: Add pin-controller support for sky1")
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
drivers/pinctrl/cix/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/pinctrl/cix/Kconfig b/drivers/pinctrl/cix/Kconfig
index 455120dd7318..1529b1af6388 100644
--- a/drivers/pinctrl/cix/Kconfig
+++ b/drivers/pinctrl/cix/Kconfig
@@ -9,6 +9,7 @@ config PINCTRL_SKY1_BASE
config PINCTRL_SKY1
tristate "Cix Sky1 pinctrl driver"
depends on ARCH_CIX || COMPILE_TEST
+ depends on HAS_IOMEM
select PINCTRL_SKY1_BASE
help
Say Y here to enable the sky1 pinctrl driver
---
base-commit: da53dcd54cc35efa7a8236846bb39d40deeee034
change-id: 20251124-cix-deps-6f942ccd16e3
Best regards,
--
Linus Walleij <linus.walleij@linaro.org>
next reply other threads:[~2025-11-24 14:35 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-24 14:35 Linus Walleij [this message]
2025-11-25 1:10 ` [PATCH] pinctrl: cix: Fix obscure dependency Peter Chen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20251124-cix-deps-v1-1-fe603dfe86ef@linaro.org \
--to=linus.walleij@linaro.org \
--cc=cix-kernel-upstream@cixtech.com \
--cc=fugang.duan@cixtech.com \
--cc=gary.yang@cixtech.com \
--cc=linux-gpio@vger.kernel.org \
--cc=peter.chen@cixtech.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).