1 # SPDX-License-Identifier: GPL-2.0-only
3 # TI device configuration
7 bool "Texas Instruments (TI) devices"
9 depends on PCI || EISA || AR7 || ARCH_DAVINCI || ARCH_OMAP2PLUS || ARCH_KEYSTONE
11 If you have a network (Ethernet) card belonging to this class, say Y.
13 Note that the answer to this question doesn't directly affect the
14 kernel: saying N will just cause the configurator to skip all
15 the questions about TI devices. If you say Y, you will be asked for
16 your specific card in the following questions.
20 config TI_DAVINCI_EMAC
21 tristate "TI DaVinci EMAC Support"
22 depends on ARM && ( ARCH_DAVINCI || ARCH_OMAP3 ) || COMPILE_TEST
23 select TI_DAVINCI_MDIO
25 select GENERIC_ALLOCATOR
27 This driver supports TI's DaVinci Ethernet .
29 To compile this driver as a module, choose M here: the module
30 will be called davinci_emac_driver. This is recommended.
32 config TI_DAVINCI_MDIO
33 tristate "TI DaVinci MDIO Support"
34 depends on ARCH_DAVINCI || ARCH_OMAP2PLUS || ARCH_KEYSTONE || COMPILE_TEST
37 This driver supports TI's DaVinci MDIO module.
39 To compile this driver as a module, choose M here: the module
40 will be called davinci_mdio. This is recommended.
42 config TI_CPSW_PHY_SEL
43 bool "TI CPSW Phy mode Selection (DEPRECATED)"
46 This driver supports configuring of the phy mode connected to
47 the CPSW. DEPRECATED: use PHY_TI_GMII_SEL.
50 tristate "TI CPSW Switch Support"
51 depends on ARCH_DAVINCI || ARCH_OMAP2PLUS || COMPILE_TEST
52 select TI_DAVINCI_MDIO
57 This driver supports TI's CPSW Ethernet Switch.
59 To compile this driver as a module, choose M here: the module
62 config TI_CPSW_SWITCHDEV
63 tristate "TI CPSW Switch Support with switchdev"
64 depends on ARCH_DAVINCI || ARCH_OMAP2PLUS || COMPILE_TEST
65 depends on NET_SWITCHDEV
67 select TI_DAVINCI_MDIO
73 This driver supports TI's CPSW Ethernet Switch.
75 To compile this driver as a module, choose M here: the module
76 will be called cpsw_new.
79 bool "TI Common Platform Time Sync (CPTS) Support"
80 depends on TI_CPSW || TI_KEYSTONE_NETCP || TI_CPSW_SWITCHDEV || COMPILE_TEST
82 depends on POSIX_TIMERS
84 This driver supports the Common Platform Time Sync unit of
85 the CPSW Ethernet Switch and Keystone 2 1g/10g Switch Subsystem.
86 The unit can time stamp PTP UDP/IPv4 and Layer 2 packets, and the
87 driver offers a PTP Hardware Clock.
92 default y if TI_CPSW=y || TI_KEYSTONE_NETCP=y || TI_CPSW_SWITCHDEV=y
93 select NET_PTP_CLASSIFY
97 config TI_KEYSTONE_NETCP
98 tristate "TI Keystone NETCP Core Support"
99 select TI_DAVINCI_MDIO
101 depends on KEYSTONE_NAVIGATOR_DMA && KEYSTONE_NAVIGATOR_QMSS
103 This driver supports TI's Keystone NETCP Core.
105 To compile this driver as a module, choose M here: the module
106 will be called keystone_netcp.
108 config TI_KEYSTONE_NETCP_ETHSS
109 depends on TI_KEYSTONE_NETCP
110 tristate "TI Keystone NETCP Ethernet subsystem Support"
113 To compile this driver as a module, choose M here: the module
114 will be called keystone_netcp_ethss.
117 tristate "TI ThunderLAN support"
118 depends on (PCI || EISA)
120 If you have a PCI Ethernet network card based on the ThunderLAN chip
121 which is supported by this driver, say Y here.
123 Devices currently supported by this driver are Compaq Netelligent,
124 Compaq NetFlex and Olicom cards. Please read the file
125 <file:Documentation/networking/device_drivers/ti/tlan.txt>
128 To compile this driver as a module, choose M here. The module
131 Please email feedback to <torben.mathiasen@compaq.com>.
134 tristate "TI AR7 CPMAC Ethernet support"
138 TI AR7 CPMAC Ethernet support
140 endif # NET_VENDOR_TI