2019-02-05 12:01:22 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
|
|
|
|
|
|
menuconfig SOC_TI
|
|
|
|
bool "TI SOC drivers support"
|
|
|
|
|
|
|
|
if SOC_TI
|
|
|
|
|
|
|
|
config TI_K3_NAVSS_RINGACC
|
|
|
|
bool "K3 Ring accelerator Sub System"
|
|
|
|
depends on ARCH_K3
|
|
|
|
select MISC
|
|
|
|
help
|
|
|
|
Say y here to support the K3 AM65x Ring accelerator module.
|
|
|
|
The Ring Accelerator (RINGACC or RA) provides hardware acceleration
|
|
|
|
to enable straightforward passing of work between a producer
|
|
|
|
and a consumer. There is one RINGACC module per NAVSS on TI AM65x SoCs
|
|
|
|
If unsure, say N.
|
|
|
|
|
2019-02-05 12:01:25 +00:00
|
|
|
config TI_KEYSTONE_SERDES
|
|
|
|
bool "Keystone SerDes driver for ethernet"
|
|
|
|
depends on ARCH_KEYSTONE
|
|
|
|
help
|
|
|
|
SerDes driver for Keystone SoC used for ethernet support on TI
|
|
|
|
K2 platforms.
|
2019-02-05 12:01:22 +00:00
|
|
|
|
2021-06-22 06:34:27 +00:00
|
|
|
config TI_PRUSS
|
|
|
|
bool "Support for TI's K3 based Pruss driver"
|
|
|
|
depends on DM
|
|
|
|
depends on ARCH_K3
|
|
|
|
depends on OF_CONTROL
|
|
|
|
depends on SYSCON
|
|
|
|
help
|
|
|
|
Support for TI PRU-ICSSG subsystem.
|
|
|
|
Currently supported on AM65xx SoCs Say Y here to support the
|
|
|
|
Programmable Realtime Unit (PRU).
|
|
|
|
|
2019-02-05 12:01:22 +00:00
|
|
|
endif # SOC_TI
|