The clock driver is essential in providing clocks for UARTs and other
peripherals, make it enabled by default.
Acked-by: Stephen Boyd <sboyd@kernel.org>
Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
---
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