[PATCH 2/3] firmware: Default RASPBERRYPI_FIRMWARE to ARCH_BCM2835
Florian Fainelli
florian.fainelli at broadcom.com
Mon May 13 16:52:33 PDT 2024
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 at 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
More information about the linux-arm-kernel
mailing list