From: Peter Robinson <pbrobinson@gmail.com>
To: "Thomas Gleixner" <tglx@linutronix.de>,
	"Stanimir Varbanov" <svarbanov@suse.de>,
	"Krzysztof Wilczyński" <kwilczynski@kernel.org>,
	linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Cc: Peter Robinson <pbrobinson@gmail.com>
Subject: [PATCH] irqchip/irq-bcm2712-mip: Add ARCH_BCM2835 arch option
Date: Wed, 16 Apr 2025 09:25:17 +0100	[thread overview]
Message-ID: <20250416082523.179507-1-pbrobinson@gmail.com> (raw)

The ARCH_BCM2835 is used widely for platforms enabling
the Raspberry Pi and some drivers that make use of this
driver are enabled using this or the BRCMSTB option so
add this too so the users that want RPi5 without all the
other STB devices end up with the driver as well.

Fixes: 32c6c054661a ("irqchip: Add Broadcom BCM2712 MSI-X interrupt controller")
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
---
 drivers/irqchip/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig
index cec05e443083..08bb3b031f23 100644
--- a/drivers/irqchip/Kconfig
+++ b/drivers/irqchip/Kconfig
@@ -114,8 +114,8 @@ config I8259
 
 config BCM2712_MIP
 	tristate "Broadcom BCM2712 MSI-X Interrupt Peripheral support"
-	depends on ARCH_BRCMSTB || COMPILE_TEST
-	default m if ARCH_BRCMSTB
+	depends on ARCH_BRCMSTB || ARCH_BCM2835 || COMPILE_TEST
+	default m if ARCH_BRCMSTB || ARCH_BCM2835
 	depends on ARM_GIC
 	select GENERIC_IRQ_CHIP
 	select IRQ_DOMAIN_HIERARCHY
-- 
2.49.0


             reply	other threads:[~2025-04-16  8:25 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-16  8:25 Peter Robinson [this message]
2025-04-16 12:56 ` [tip: irq/urgent] irqchip/irq-bcm2712-mip: Enable driver when ARCH_BCM2835 is enabled tip-bot2 for Peter Robinson
2025-05-01 11:39 ` [PATCH] irqchip/irq-bcm2712-mip: Add ARCH_BCM2835 arch option Stanimir Varbanov

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=20250416082523.179507-1-pbrobinson@gmail.com \
    --to=pbrobinson@gmail.com \
    --cc=kwilczynski@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=svarbanov@suse.de \
    --cc=tglx@linutronix.de \
    /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.