diff options
| author | Yegor Yefremov <[email protected]> | 2025-10-23 19:54:08 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-10-30 12:32:12 -0600 |
| commit | 2ab70b3b488c9ee1f9686f27334668fa63c12e6f (patch) | |
| tree | c7599afb353954130f129c1986867c315a97bfed /drivers | |
| parent | 08bf42e1faa4411cd347c2e370da790a0116e318 (diff) | |
bus: ti-sysc: select CLK driver
ti-sysc.c includes clk.h and requires its functionality to
manage clocks.
Signed-off-by: Yegor Yefremov <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/bus/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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. |
