pmic: pfuze100: Change error message level to debug
[oweals/u-boot.git] / drivers / soc / ti / Kconfig
1 # SPDX-License-Identifier: GPL-2.0+
2
3 menuconfig SOC_TI
4         bool "TI SOC drivers support"
5
6 if SOC_TI
7
8 config 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 config 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.
25
26 endif # SOC_TI