[PATCH] bus: ti-sysc: select CLK driver

yegorslists at googlemail.com yegorslists at googlemail.com
Thu Oct 23 19:54:08 CEST 2025


From: Yegor Yefremov <yegorslists at googlemail.com>

ti-sysc.c includes clk.h and requires its functionality to
manage clocks.

Signed-off-by: Yegor Yefremov <yegorslists at googlemail.com>
---
 drivers/bus/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/bus/Kconfig b/drivers/bus/Kconfig
index e60aa722b97..a786fe430e4 100644
--- a/drivers/bus/Kconfig
+++ b/drivers/bus/Kconfig
@@ -14,6 +14,7 @@ config TI_PWMSS
 config TI_SYSC
 	bool "TI sysc interconnect target module driver"
 	depends on DM && ARCH_OMAP2PLUS
+	select CLK
 	help
 	  Generic driver for Texas Instruments interconnect target module
 	  found on many TI SoCs.
-- 
2.34.1



More information about the U-Boot mailing list