[PATCH v2 3/3] clk: bcm: Make CLK_RASPBERRYPI default to RASPBERRYPI_FIRMWARE

From: Florian Fainelli
Date: Fri May 31 2024 - 17:36:02 EST


The clock driver is essential in providing clocks for UARTs and other
peripherals, make it enabled by default.

Acked-by: Stephen Boyd <sboyd@xxxxxxxxxx>
Signed-off-by: Florian Fainelli <florian.fainelli@xxxxxxxxxxxx>
---
drivers/clk/bcm/Kconfig | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/clk/bcm/Kconfig b/drivers/clk/bcm/Kconfig
index a972d763eb77..1b7d799bc7e3 100644
--- a/drivers/clk/bcm/Kconfig
+++ b/drivers/clk/bcm/Kconfig
@@ -106,6 +106,7 @@ config CLK_BCM_SR
config CLK_RASPBERRYPI
tristate "Raspberry Pi firmware based clock support"
depends on RASPBERRYPI_FIRMWARE || (COMPILE_TEST && !RASPBERRYPI_FIRMWARE)
+ default y
help
Enable common clock framework support for Raspberry Pi's firmware
dependent clocks
--
2.34.1