[PATCH v2 2/3] firmware: Default RASPBERRYPI_FIRMWARE to y

From: Florian Fainelli
Date: Fri May 31 2024 - 17:35:41 EST


The firmware driver provides the communication interface for a number of
other essential drivers, including a clock provider. Having it the
default when enabling CONFIG_ARCH_BCM2835 ensures that we have a
provider for essential system functions.

Signed-off-by: Florian Fainelli <florian.fainelli@xxxxxxxxxxxx>
---
drivers/firmware/Kconfig | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/firmware/Kconfig b/drivers/firmware/Kconfig
index 71d8b26c4103..964f6c45c446 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 y
help
This option enables support for communicating with the firmware on the
Raspberry Pi.
--
2.34.1