xref: /openbmc/linux/drivers/net/ethernet/ti/Kconfig (revision 84640e27f23041d474c31d3362c3e2185ad68ec2)
1b544dbacSJeff Kirsher#
2b544dbacSJeff Kirsher# TI device configuration
3b544dbacSJeff Kirsher#
4b544dbacSJeff Kirsher
5b544dbacSJeff Kirsherconfig NET_VENDOR_TI
6b544dbacSJeff Kirsher	bool "Texas Instruments (TI) devices"
788f07484SJeff Kirsher	default y
8c8a73a35SLokesh Vutla	depends on PCI || EISA || AR7 || ARCH_DAVINCI || ARCH_OMAP2PLUS || ARCH_KEYSTONE
9b544dbacSJeff Kirsher	---help---
10b544dbacSJeff Kirsher	  If you have a network (Ethernet) card belonging to this class, say Y
11b544dbacSJeff Kirsher	  and read the Ethernet-HOWTO, available from
12b544dbacSJeff Kirsher	  <http://www.tldp.org/docs.html#howto>.
13b544dbacSJeff Kirsher
14b544dbacSJeff Kirsher	  Note that the answer to this question doesn't directly affect the
15b544dbacSJeff Kirsher	  kernel: saying N will just cause the configurator to skip all
16b544dbacSJeff Kirsher	  the questions about TI devices. If you say Y, you will be asked for
17b544dbacSJeff Kirsher	  your specific card in the following questions.
18b544dbacSJeff Kirsher
19b544dbacSJeff Kirsherif NET_VENDOR_TI
20b544dbacSJeff Kirsher
21b544dbacSJeff Kirsherconfig TI_DAVINCI_EMAC
22b544dbacSJeff Kirsher	tristate "TI DaVinci EMAC Support"
23b544dbacSJeff Kirsher	depends on ARM && ( ARCH_DAVINCI || ARCH_OMAP3 )
24b544dbacSJeff Kirsher	select TI_DAVINCI_MDIO
25b544dbacSJeff Kirsher	select TI_DAVINCI_CPDMA
26b544dbacSJeff Kirsher	select PHYLIB
27b544dbacSJeff Kirsher	---help---
28b544dbacSJeff Kirsher	  This driver supports TI's DaVinci Ethernet .
29b544dbacSJeff Kirsher
30b544dbacSJeff Kirsher	  To compile this driver as a module, choose M here: the module
31b544dbacSJeff Kirsher	  will be called davinci_emac_driver.  This is recommended.
32b544dbacSJeff Kirsher
33b544dbacSJeff Kirsherconfig TI_DAVINCI_MDIO
34b544dbacSJeff Kirsher	tristate "TI DaVinci MDIO Support"
35c8a73a35SLokesh Vutla	depends on ARCH_DAVINCI || ARCH_OMAP2PLUS || ARCH_KEYSTONE
36b544dbacSJeff Kirsher	select PHYLIB
37b544dbacSJeff Kirsher	---help---
38b544dbacSJeff Kirsher	  This driver supports TI's DaVinci MDIO module.
39b544dbacSJeff Kirsher
40b544dbacSJeff Kirsher	  To compile this driver as a module, choose M here: the module
41b544dbacSJeff Kirsher	  will be called davinci_mdio.  This is recommended.
42b544dbacSJeff Kirsher
43b544dbacSJeff Kirsherconfig TI_DAVINCI_CPDMA
44b544dbacSJeff Kirsher	tristate "TI DaVinci CPDMA Support"
45c8a73a35SLokesh Vutla	depends on ARCH_DAVINCI || ARCH_OMAP2PLUS
46b544dbacSJeff Kirsher	---help---
47b544dbacSJeff Kirsher	  This driver supports TI's DaVinci CPDMA dma engine.
48b544dbacSJeff Kirsher
49b544dbacSJeff Kirsher	  To compile this driver as a module, choose M here: the module
50b544dbacSJeff Kirsher	  will be called davinci_cpdma.  This is recommended.
51b544dbacSJeff Kirsher
525892cd13SMugunthan V Nconfig TI_CPSW_PHY_SEL
535892cd13SMugunthan V N	boolean "TI CPSW Switch Phy sel Support"
545892cd13SMugunthan V N	depends on TI_CPSW
555892cd13SMugunthan V N	---help---
565892cd13SMugunthan V N	  This driver supports configuring of the phy mode connected to
575892cd13SMugunthan V N	  the CPSW.
585892cd13SMugunthan V N
59df828598SMugunthan V Nconfig TI_CPSW
60df828598SMugunthan V N	tristate "TI CPSW Switch Support"
61c8a73a35SLokesh Vutla	depends on ARCH_DAVINCI || ARCH_OMAP2PLUS
62df828598SMugunthan V N	select TI_DAVINCI_CPDMA
63df828598SMugunthan V N	select TI_DAVINCI_MDIO
645892cd13SMugunthan V N	select TI_CPSW_PHY_SEL
650ba517b1SMarkus Pargmann	select MFD_SYSCON
660ba517b1SMarkus Pargmann	select REGMAP
67df828598SMugunthan V N	---help---
68df828598SMugunthan V N	  This driver supports TI's CPSW Ethernet Switch.
69df828598SMugunthan V N
70df828598SMugunthan V N	  To compile this driver as a module, choose M here: the module
71df828598SMugunthan V N	  will be called cpsw.
72df828598SMugunthan V N
7387c0e764SRichard Cochranconfig TI_CPTS
7487c0e764SRichard Cochran	boolean "TI Common Platform Time Sync (CPTS) Support"
75513777b2SRichard Cochran	depends on TI_CPSW
76*84640e27SKaricheri, Muralidharan	depends on TI_CPSW || TI_KEYSTONE_NET
7770ac618cSRichard Cochran	select PTP_1588_CLOCK
7887c0e764SRichard Cochran	---help---
7987c0e764SRichard Cochran	  This driver supports the Common Platform Time Sync unit of
8087c0e764SRichard Cochran	  the CPSW Ethernet Switch. The unit can time stamp PTP UDP/IPv4
8187c0e764SRichard Cochran	  and Layer 2 packets, and the driver offers a PTP Hardware Clock.
8287c0e764SRichard Cochran
83*84640e27SKaricheri, Muralidharanconfig TI_KEYSTONE_NETCP
84*84640e27SKaricheri, Muralidharan	tristate "TI Keystone NETCP Ethernet subsystem Support"
85*84640e27SKaricheri, Muralidharan	depends on OF
86*84640e27SKaricheri, Muralidharan	depends on KEYSTONE_NAVIGATOR_DMA && KEYSTONE_NAVIGATOR_QMSS
87*84640e27SKaricheri, Muralidharan	---help---
88*84640e27SKaricheri, Muralidharan	  This driver supports TI's Keystone NETCP Ethernet subsystem.
89*84640e27SKaricheri, Muralidharan
90*84640e27SKaricheri, Muralidharan	  To compile this driver as a module, choose M here: the module
91*84640e27SKaricheri, Muralidharan	  will be called keystone_netcp.
92*84640e27SKaricheri, Muralidharan
93b544dbacSJeff Kirsherconfig TLAN
94b544dbacSJeff Kirsher	tristate "TI ThunderLAN support"
95b544dbacSJeff Kirsher	depends on (PCI || EISA)
96b544dbacSJeff Kirsher	---help---
97b544dbacSJeff Kirsher	  If you have a PCI Ethernet network card based on the ThunderLAN chip
98b544dbacSJeff Kirsher	  which is supported by this driver, say Y and read the
99b544dbacSJeff Kirsher	  Ethernet-HOWTO, available from
100b544dbacSJeff Kirsher	  <http://www.tldp.org/docs.html#howto>.
101b544dbacSJeff Kirsher
102b544dbacSJeff Kirsher	  Devices currently supported by this driver are Compaq Netelligent,
103b544dbacSJeff Kirsher	  Compaq NetFlex and Olicom cards.  Please read the file
104b544dbacSJeff Kirsher	  <file:Documentation/networking/tlan.txt> for more details.
105b544dbacSJeff Kirsher
106b544dbacSJeff Kirsher	  To compile this driver as a module, choose M here. The module
107b544dbacSJeff Kirsher	  will be called tlan.
108b544dbacSJeff Kirsher
109b544dbacSJeff Kirsher	  Please email feedback to <torben.mathiasen@compaq.com>.
110b544dbacSJeff Kirsher
111b544dbacSJeff Kirsherconfig CPMAC
1128ff25eebSKees Cook	tristate "TI AR7 CPMAC Ethernet support"
1138ff25eebSKees Cook	depends on AR7
114b544dbacSJeff Kirsher	select PHYLIB
115b544dbacSJeff Kirsher	---help---
116b544dbacSJeff Kirsher	  TI AR7 CPMAC Ethernet support
117b544dbacSJeff Kirsher
118b544dbacSJeff Kirsherendif # NET_VENDOR_TI
119