blob: 8c0f3c07b23fb4b5f81cc23fffde0df5371b8381 [file] [log] [blame]
Grygorii Strashko1c5258f2019-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
19
20endif # SOC_TI