Kconfig (27bcd12295164c710369a94e56dc1ddfee1bbb75) Kconfig (c1e0230eeaab26984f6e5c5575486e96a63e2e48)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# TI device configuration
4#
5
6config NET_VENDOR_TI
7 bool "Texas Instruments (TI) devices"
8 default y

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

191 help
192 Support dual Gigabit Ethernet ports over the ICSSG PRU Subsystem.
193 This subsystem is available starting with the AM65 platform.
194
195 This driver requires firmware binaries which will run on the PRUs
196 to support the Ethernet operation. Currently, it supports Ethernet
197 with 1G and 100M link speed.
198
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# TI device configuration
4#
5
6config NET_VENDOR_TI
7 bool "Texas Instruments (TI) devices"
8 default y

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

191 help
192 Support dual Gigabit Ethernet ports over the ICSSG PRU Subsystem.
193 This subsystem is available starting with the AM65 platform.
194
195 This driver requires firmware binaries which will run on the PRUs
196 to support the Ethernet operation. Currently, it supports Ethernet
197 with 1G and 100M link speed.
198
199config TI_ICSS_IEP
200 tristate "TI PRU ICSS IEP driver"
201 depends on TI_PRUSS
202 default TI_PRUSS
203 help
204 This driver enables support for the PRU-ICSS Industrial Ethernet
205 Peripheral within a PRU-ICSS subsystem present on various TI SoCs.
206
207 To compile this driver as a module, choose M here. The module
208 will be called icss_iep.
209
199endif # NET_VENDOR_TI
210endif # NET_VENDOR_TI