blob: 0ee21f9904888dc0b98dde4372b86b0e6e8ba1a4 [file] [log] [blame]
Grygorii Strashko432f66f2019-02-05 17:31:22 +05301# SPDX-License-Identifier: GPL-2.0+
2
3menuconfig SOC_TI
4 bool "TI SOC drivers support"
5
6if SOC_TI
7
8config TI_K3_NAVSS_RINGACC
9 bool "K3 Ring accelerator Sub System"
10 depends on ARCH_K3
11 select MISC
12 help
13 Say y here to support the K3 AM65x Ring accelerator module.
14 The Ring Accelerator (RINGACC or RA) provides hardware acceleration
15 to enable straightforward passing of work between a producer
16 and a consumer. There is one RINGACC module per NAVSS on TI AM65x SoCs
17 If unsure, say N.
18
Vignesh R91dba552019-02-05 17:31:25 +053019config TI_KEYSTONE_SERDES
20 bool "Keystone SerDes driver for ethernet"
21 depends on ARCH_KEYSTONE
22 help
23 SerDes driver for Keystone SoC used for ethernet support on TI
24 K2 platforms.
Grygorii Strashko432f66f2019-02-05 17:31:22 +053025
Keerthy7bafe882021-06-22 12:04:27 +053026config TI_PRUSS
27 bool "Support for TI's K3 based Pruss driver"
28 depends on DM
29 depends on ARCH_K3
30 depends on OF_CONTROL
31 depends on SYSCON
32 help
33 Support for TI PRU-ICSSG subsystem.
34 Currently supported on AM65xx SoCs Say Y here to support the
35 Programmable Realtime Unit (PRU).
36
Grygorii Strashko432f66f2019-02-05 17:31:22 +053037endif # SOC_TI