Message ID | 20240513235234.1474619-4-florian.fainelli@broadcom.com (mailing list archive) |
---|---|
State | Awaiting Upstream, archived |
Headers | show |
Series | ARCH_BCM2835 Kconfig changes | expand |
Quoting Florian Fainelli (2024-05-13 16:52:34) > The clock driver is essential in providing clocks for UARTs and other > peripherals, make it enabled by default. > > Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com> > --- Acked-by: Stephen Boyd <sboyd@kernel.org>
diff --git a/drivers/clk/bcm/Kconfig b/drivers/clk/bcm/Kconfig index a972d763eb77..90e7bab851ae 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 RASPBERRYPI_FIRMWARE help Enable common clock framework support for Raspberry Pi's firmware dependent clocks
The clock driver is essential in providing clocks for UARTs and other peripherals, make it enabled by default. Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com> --- drivers/clk/bcm/Kconfig | 1 + 1 file changed, 1 insertion(+)