[PATCH v2 0/3] ARCH_BCM2835 Kconfig changes

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


This patch series updates a number of Kconfig entries such that enable
ARCH_BCM2835 guarantees that essential drivers are also enabled, saves a
lot of configuration and troubleshooting time for when they are not.

Changes in v2:

- used "default y" instead of "default ARCH_BCM2835" per Conor's
suggestion
- added Stephen's ack to the clock driver

Florian Fainelli (3):
mailbox: Make BCM2835_MBOX default to ARCH_BCM2835
firmware: Default RASPBERRYPI_FIRMWARE to y
clk: bcm: Make CLK_RASPBERRYPI default to RASPBERRYPI_FIRMWARE

drivers/clk/bcm/Kconfig | 1 +
drivers/firmware/Kconfig | 1 +
drivers/mailbox/Kconfig | 1 +
3 files changed, 3 insertions(+)

--
2.34.1