From: Rosen Penev <rosenp@gmail.com>
To: linux-kernel@vger.kernel.org
Cc: Thomas Gleixner <tglx@kernel.org>
Subject: [PATCH] irqchip/mbigen: add COMPILE_TEST support
Date: Thu, 7 May 2026 19:13:52 -0700 [thread overview]
Message-ID: <20260508021352.1635187-1-rosenp@gmail.com> (raw)
Add description to bool to do so.
Remove ARM_GIC_V3 as the driver does not need it to compile.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
---
drivers/irqchip/Kconfig | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig
index 46f4603eff1b..5b379415a817 100644
--- a/drivers/irqchip/Kconfig
+++ b/drivers/irqchip/Kconfig
@@ -208,9 +208,8 @@ config FARADAY_FTINTC010
select SPARSE_IRQ
config HISILICON_IRQ_MBIGEN
- bool
- select ARM_GIC_V3
- select ARM_GIC_V3_ITS
+ bool "HiSilicon MBIGEN interrupt controller"
+ depends on ARCH_HISI || COMPILE_TEST
config IMGPDC_IRQ
bool
--
2.54.0
next reply other threads:[~2026-05-08 2:14 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-08 2:13 Rosen Penev [this message]
2026-05-09 20:47 ` [PATCH] irqchip/mbigen: add COMPILE_TEST support kernel test robot
2026-05-09 21:50 ` kernel test robot
2026-05-09 21:59 ` Rosen Penev
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=20260508021352.1635187-1-rosenp@gmail.com \
--to=rosenp@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=tglx@kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.