Message ID | 20240531212942.3340484-3-florian.fainelli@broadcom.com (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
Series | ARCH_BCM2835 Kconfig changes | expand |
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.
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@broadcom.com> --- drivers/firmware/Kconfig | 1 + 1 file changed, 1 insertion(+)