bus: ti-sysc: select CLK driver

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

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
This commit is contained in:
Yegor Yefremov 2025-10-23 19:54:08 +02:00 committed by Tom Rini
parent 08bf42e1fa
commit 2ab70b3b48

View File

@ -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.