mbox series

[v2,0/3] ARCH_BCM2835 Kconfig changes

Message ID 20240531212942.3340484-1-florian.fainelli@broadcom.com (mailing list archive)
Headers show
Series ARCH_BCM2835 Kconfig changes | expand

Message

Florian Fainelli May 31, 2024, 9:29 p.m. UTC
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(+)