[PATCH 0/3] ARCH_BCM2835 Kconfig changes
From: Florian Fainelli
Date: Mon May 13 2024 - 19:53:00 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.
Florian Fainelli (3):
mailbox: Make BCM2835_MBOX default to ARCH_BCM2835
firmware: Default RASPBERRYPI_FIRMWARE to ARCH_BCM2835
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