From: Karl Mehltretter <kmehltretter@gmail.com>
To: Taichi Sugaya <sugaya.taichi@socionext.com>,
Takao Orito <orito.takao@socionext.com>
Cc: Karl Mehltretter <kmehltretter@gmail.com>,
Arnd Bergmann <arnd@arndb.de>,
linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: milbeaut: Drop the select of the nonexistent CONFIG_PINCTRL_MILBEAUT
Date: Sat, 5 Sep 2026 10:06:48 +0200 [thread overview]
Message-ID: <20260905080648.34615-1-kmehltretter@gmail.com> (raw)
No Kconfig symbol CONFIG_PINCTRL_MILBEAUT exists, and git log -S finds
no Kconfig file that has ever defined one, so the select in
CONFIG_ARCH_MILBEAUT_M10V is silently ignored. Remove it.
CONFIG_PINCTRL itself is still selected on the line above.
Fixes: 9fb29c734f9e ("ARM: milbeaut: Add basic support for Milbeaut m10v SoC")
Assisted-by: LLM
Signed-off-by: Karl Mehltretter <kmehltretter@gmail.com>
---
arch/arm/mach-milbeaut/Kconfig | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm/mach-milbeaut/Kconfig b/arch/arm/mach-milbeaut/Kconfig
index 6a576fd8521e..f9d1006f9442 100644
--- a/arch/arm/mach-milbeaut/Kconfig
+++ b/arch/arm/mach-milbeaut/Kconfig
@@ -13,7 +13,6 @@ config ARCH_MILBEAUT_M10V
select ARM_ARCH_TIMER
select MILBEAUT_TIMER
select PINCTRL
- select PINCTRL_MILBEAUT
help
Support for Socionext's MILBEAUT M10V based systems
--
2.53.0
reply other threads:[~2026-09-05 8:07 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20260905080648.34615-1-kmehltretter@gmail.com \
--to=kmehltretter@gmail.com \
--cc=arnd@arndb.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=orito.takao@socionext.com \
--cc=sugaya.taichi@socionext.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