From: Florian Fainelli <florian.fainelli@broadcom.com>
To: linux-arm-kernel@lists.infradead.org
Cc: Florian Fainelli <florian.fainelli@broadcom.com>,
Michael Turquette <mturquette@baylibre.com>,
Stephen Boyd <sboyd@kernel.org>,
Jassi Brar <jassisinghbrar@gmail.com>,
Bjorn Andersson <quic_bjorande@quicinc.com>,
Maximilian Luz <luzmaximilian@gmail.com>,
Ard Biesheuvel <ardb@kernel.org>,
Johan Hovold <johan+linaro@kernel.org>,
"Michael S. Tsirkin" <mst@redhat.com>,
Sudeep Holla <sudeep.holla@arm.com>,
Conor Dooley <conor.dooley@microchip.com>,
Bartosz Golaszewski <bartosz.golaszewski@linaro.org>,
linux-clk@vger.kernel.org (open list:COMMON CLK FRAMEWORK),
linux-kernel@vger.kernel.org (open list),
Stefan Wahren <wahrenst@gmx.net>
Subject: [PATCH 2/3] firmware: Default RASPBERRYPI_FIRMWARE to ARCH_BCM2835
Date: Mon, 13 May 2024 16:52:33 -0700 [thread overview]
Message-ID: <20240513235234.1474619-3-florian.fainelli@broadcom.com> (raw)
In-Reply-To: <20240513235234.1474619-1-florian.fainelli@broadcom.com>
The firmware driver provides the communication interface for a number of
other essential drivers, including a clock provider.
Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
---
drivers/firmware/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/firmware/Kconfig b/drivers/firmware/Kconfig
index 71d8b26c4103..ae9b28703165 100644
--- a/drivers/firmware/Kconfig
+++ b/drivers/firmware/Kconfig
@@ -116,6 +116,7 @@ config ISCSI_IBFT
config RASPBERRYPI_FIRMWARE
tristate "Raspberry Pi Firmware Driver"
depends on BCM2835_MBOX
+ default ARCH_BCM2835
help
This option enables support for communicating with the firmware on the
Raspberry Pi.
--
2.34.1
next prev parent reply other threads:[~2024-05-13 23:52 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-13 23:52 [PATCH 0/3] ARCH_BCM2835 Kconfig changes Florian Fainelli
2024-05-13 23:52 ` [PATCH 1/3] mailbox: Make BCM2835_MBOX default to ARCH_BCM2835 Florian Fainelli
2024-05-14 12:29 ` Conor Dooley
2024-05-14 16:20 ` Florian Fainelli
2024-05-15 7:54 ` Conor Dooley
2024-05-31 21:36 ` Florian Fainelli
2024-05-13 23:52 ` Florian Fainelli [this message]
2024-05-13 23:52 ` [PATCH 3/3] clk: bcm: Make CLK_RASPBERRYPI default to RASPBERRYPI_FIRMWARE Florian Fainelli
2024-05-14 21:06 ` Stephen Boyd
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=20240513235234.1474619-3-florian.fainelli@broadcom.com \
--to=florian.fainelli@broadcom.com \
--cc=ardb@kernel.org \
--cc=bartosz.golaszewski@linaro.org \
--cc=conor.dooley@microchip.com \
--cc=jassisinghbrar@gmail.com \
--cc=johan+linaro@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=luzmaximilian@gmail.com \
--cc=mst@redhat.com \
--cc=mturquette@baylibre.com \
--cc=quic_bjorande@quicinc.com \
--cc=sboyd@kernel.org \
--cc=sudeep.holla@arm.com \
--cc=wahrenst@gmx.net \
/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