]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
bus: ti-sysc: select CLK driver
authorYegor Yefremov <yegorslists@googlemail.com>
Thu, 23 Oct 2025 17:54:08 +0000 (19:54 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 30 Oct 2025 18:32:12 +0000 (12:32 -0600)
ti-sysc.c includes clk.h and requires its functionality to
manage clocks.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
drivers/bus/Kconfig

index e60aa722b97f111be3abe76e395792a1c3ab1b3d..a786fe430e403650885d26448b54428f2b80009d 100644 (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.