diff options
author | Tony Lindgren <tony@atomide.com> | 2023-08-04 13:38:01 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2023-08-10 09:21:45 +0300 |
commit | 063dc0622705623b3a70739b9f33d5ea019882e6 (patch) | |
tree | 29dde16c86effd5c9dd364f8ffcc7737366e4491 /drivers/bus | |
parent | e1e1e9bb9d943ec690670a609a5f660ca10eaf85 (diff) |
bus: ti-sysc: Build driver for TI K3 SoCs
Allow building ti-sysc also for K3 SoCs. This allows configuring the wkup
domain devices for SYSCONFIG register wake-up events in a generic way.
As this is an interconnect level driver, default to built-in on K3 SoCs
to probe the devices connected to the wkup domain like gpio, uart and
timers.
Reviewed-by: Dhruva Gole <d-gole@ti.com>
Reviewed-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'drivers/bus')
-rw-r--r-- | drivers/bus/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/bus/Kconfig b/drivers/bus/Kconfig index fcfa280df98a..c98dd6ca2629 100644 --- a/drivers/bus/Kconfig +++ b/drivers/bus/Kconfig @@ -210,7 +210,8 @@ config TI_PWMSS config TI_SYSC bool "TI sysc interconnect target module driver" - depends on ARCH_OMAP2PLUS + depends on ARCH_OMAP2PLUS || ARCH_K3 + default y help Generic driver for Texas Instruments interconnect target module found on many TI SoCs. |