Commit 063dc062 authored by Tony Lindgren's avatar Tony Lindgren

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: default avatarDhruva Gole <d-gole@ti.com>
Reviewed-by: default avatarNishanth Menon <nm@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent e1e1e9bb
...@@ -210,7 +210,8 @@ config TI_PWMSS ...@@ -210,7 +210,8 @@ config TI_PWMSS
config TI_SYSC config TI_SYSC
bool "TI sysc interconnect target module driver" bool "TI sysc interconnect target module driver"
depends on ARCH_OMAP2PLUS depends on ARCH_OMAP2PLUS || ARCH_K3
default y
help help
Generic driver for Texas Instruments interconnect target module Generic driver for Texas Instruments interconnect target module
found on many TI SoCs. found on many TI SoCs.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment