blob: ecf642de10497ebad6a9a60425ac8c97d88f780e [file] [log] [blame]
Grygorii Strashkoffad5fa2018-10-31 16:21:39 -05001# SPDX-License-Identifier: GPL-2.0+
2#
3# Copyright (C) 2018 Texas Instruments Incorporated - http://www.ti.com/
4
5config DRIVER_TI_CPSW
6 bool "TI Common Platform Ethernet Switch"
7 select PHYLIB
8 help
9 This driver supports the TI three port switch gigabit ethernet
10 subsystem found in the TI SoCs.
11
12config DRIVER_TI_EMAC
13 bool "TI Davinci EMAC"
14 help
15 Support for davinci emac
Grygorii Strashko6a256a82018-10-31 16:21:40 -050016
17config DRIVER_TI_KEYSTONE_NET
18 bool "TI Keystone 2 Ethernet"
19 help
20 This driver supports the TI Keystone 2 Ethernet subsystem
Keerthy9d0dca12019-07-09 10:30:34 +053021
22config TI_AM65_CPSW_NUSS
23 bool "TI K3 AM65x MCU CPSW Nuss Ethernet controller driver"
24 depends on ARCH_K3
25 select PHYLIB
26 help
27 This driver supports TI K3 MCU CPSW Nuss Ethernet controller
28 in Texas Instruments K3 AM65x SoCs.