2018-10-31 21:21:39 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
|
|
#
|
|
|
|
# Copyright (C) 2018 Texas Instruments Incorporated - http://www.ti.com/
|
|
|
|
|
|
|
|
config DRIVER_TI_CPSW
|
|
|
|
bool "TI Common Platform Ethernet Switch"
|
|
|
|
select PHYLIB
|
|
|
|
help
|
|
|
|
This driver supports the TI three port switch gigabit ethernet
|
|
|
|
subsystem found in the TI SoCs.
|
|
|
|
|
|
|
|
config DRIVER_TI_EMAC
|
|
|
|
bool "TI Davinci EMAC"
|
|
|
|
help
|
|
|
|
Support for davinci emac
|
2018-10-31 21:21:40 +00:00
|
|
|
|
|
|
|
config DRIVER_TI_KEYSTONE_NET
|
|
|
|
bool "TI Keystone 2 Ethernet"
|
|
|
|
help
|
|
|
|
This driver supports the TI Keystone 2 Ethernet subsystem
|
2019-07-09 05:00:34 +00:00
|
|
|
|
|
|
|
config TI_AM65_CPSW_NUSS
|
|
|
|
bool "TI K3 AM65x MCU CPSW Nuss Ethernet controller driver"
|
|
|
|
depends on ARCH_K3
|
|
|
|
select PHYLIB
|
|
|
|
help
|
|
|
|
This driver supports TI K3 MCU CPSW Nuss Ethernet controller
|
|
|
|
in Texas Instruments K3 AM65x SoCs.
|