Skip to content

Commit 063dc06

Browse files
committed
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 <[email protected]> Reviewed-by: Nishanth Menon <[email protected]> Signed-off-by: Tony Lindgren <[email protected]>
1 parent e1e1e9b commit 063dc06

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/bus/Kconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,8 @@ config TI_PWMSS
210210

211211
config TI_SYSC
212212
bool "TI sysc interconnect target module driver"
213-
depends on ARCH_OMAP2PLUS
213+
depends on ARCH_OMAP2PLUS || ARCH_K3
214+
default y
214215
help
215216
Generic driver for Texas Instruments interconnect target module
216217
found on many TI SoCs.

0 commit comments

Comments
 (0)