Kconfig (0898782247ae533d1f4e47a06bc5d4870931b284) Kconfig (3277e8aa2504d97e022ecb9777d784ac1a439d36)
1# SPDX-License-Identifier: GPL-2.0-only
2# 64-bit ARM SoCs from TI
3if ARM64
4
5if ARCH_K3
6
7config ARCH_K3_AM6_SOC
8 bool "K3 AM6 SoC"

--- 66 unchanged lines hidden (view full) ---

75 help
76 Generic power domain implementation for TI device implementing
77 the TI SCI protocol.
78
79 To compile this as a module, choose M here. The module will be
80 called ti_sci_pm_domains. Note this is needed early in boot before
81 rootfs may be available.
82
1# SPDX-License-Identifier: GPL-2.0-only
2# 64-bit ARM SoCs from TI
3if ARM64
4
5if ARCH_K3
6
7config ARCH_K3_AM6_SOC
8 bool "K3 AM6 SoC"

--- 66 unchanged lines hidden (view full) ---

75 help
76 Generic power domain implementation for TI device implementing
77 the TI SCI protocol.
78
79 To compile this as a module, choose M here. The module will be
80 called ti_sci_pm_domains. Note this is needed early in boot before
81 rootfs may be available.
82
83config TI_K3_RINGACC
84 bool "K3 Ring accelerator Sub System"
85 depends on ARCH_K3 || COMPILE_TEST
86 depends on TI_SCI_INTA_IRQCHIP
87 help
88 Say y here to support the K3 Ring accelerator module.
89 The Ring Accelerator (RINGACC or RA) provides hardware acceleration
90 to enable straightforward passing of work between a producer
91 and a consumer. There is one RINGACC module per NAVSS on TI AM65x SoCs
92 If unsure, say N.
93
83endif # SOC_TI
84
85config TI_SCI_INTA_MSI_DOMAIN
86 bool
87 select GENERIC_MSI_IRQ_DOMAIN
88 help
89 Driver to enable Interrupt Aggregator specific MSI Domain.
94endif # SOC_TI
95
96config TI_SCI_INTA_MSI_DOMAIN
97 bool
98 select GENERIC_MSI_IRQ_DOMAIN
99 help
100 Driver to enable Interrupt Aggregator specific MSI Domain.