summaryrefslogtreecommitdiff
path: root/drivers/soc/ti/Kconfig
blob: 8c0f3c07b23fb4b5f81cc23fffde0df5371b8381 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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.


endif # SOC_TI