xref: /openbmc/linux/drivers/net/ethernet/ti/Kconfig (revision 5892cd135e166c425c992c437a2944534b663a24)
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
8b2b3392cSPeter Korsgaard	depends on PCI || EISA || AR7 || (ARM && (ARCH_DAVINCI || ARCH_OMAP3 || SOC_AM33XX))
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"
35f07454feSMugunthan V N	depends on ARM && ( ARCH_DAVINCI || ARCH_OMAP3 || SOC_AM33XX )
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"
45f07454feSMugunthan V N	depends on ARM && ( ARCH_DAVINCI || ARCH_OMAP3 || SOC_AM33XX )
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
52*5892cd13SMugunthan V Nconfig TI_CPSW_PHY_SEL
53*5892cd13SMugunthan V N	boolean "TI CPSW Switch Phy sel Support"
54*5892cd13SMugunthan V N	depends on TI_CPSW
55*5892cd13SMugunthan V N	---help---
56*5892cd13SMugunthan V N	  This driver supports configuring of the phy mode connected to
57*5892cd13SMugunthan V N	  the CPSW.
58*5892cd13SMugunthan V N
59df828598SMugunthan V Nconfig TI_CPSW
60df828598SMugunthan V N	tristate "TI CPSW Switch Support"
61bb6abcf4SKevin Hilman	depends on ARM && (ARCH_DAVINCI || SOC_AM33XX)
62df828598SMugunthan V N	select TI_DAVINCI_CPDMA
63df828598SMugunthan V N	select TI_DAVINCI_MDIO
64*5892cd13SMugunthan V N	select TI_CPSW_PHY_SEL
65df828598SMugunthan V N	---help---
66df828598SMugunthan V N	  This driver supports TI's CPSW Ethernet Switch.
67df828598SMugunthan V N
68df828598SMugunthan V N	  To compile this driver as a module, choose M here: the module
69df828598SMugunthan V N	  will be called cpsw.
70df828598SMugunthan V N
7187c0e764SRichard Cochranconfig TI_CPTS
7287c0e764SRichard Cochran	boolean "TI Common Platform Time Sync (CPTS) Support"
73513777b2SRichard Cochran	depends on TI_CPSW
7470ac618cSRichard Cochran	select PTP_1588_CLOCK
7587c0e764SRichard Cochran	---help---
7687c0e764SRichard Cochran	  This driver supports the Common Platform Time Sync unit of
7787c0e764SRichard Cochran	  the CPSW Ethernet Switch. The unit can time stamp PTP UDP/IPv4
7887c0e764SRichard Cochran	  and Layer 2 packets, and the driver offers a PTP Hardware Clock.
7987c0e764SRichard Cochran
80b544dbacSJeff Kirsherconfig TLAN
81b544dbacSJeff Kirsher	tristate "TI ThunderLAN support"
82b544dbacSJeff Kirsher	depends on (PCI || EISA)
83b544dbacSJeff Kirsher	---help---
84b544dbacSJeff Kirsher	  If you have a PCI Ethernet network card based on the ThunderLAN chip
85b544dbacSJeff Kirsher	  which is supported by this driver, say Y and read the
86b544dbacSJeff Kirsher	  Ethernet-HOWTO, available from
87b544dbacSJeff Kirsher	  <http://www.tldp.org/docs.html#howto>.
88b544dbacSJeff Kirsher
89b544dbacSJeff Kirsher	  Devices currently supported by this driver are Compaq Netelligent,
90b544dbacSJeff Kirsher	  Compaq NetFlex and Olicom cards.  Please read the file
91b544dbacSJeff Kirsher	  <file:Documentation/networking/tlan.txt> for more details.
92b544dbacSJeff Kirsher
93b544dbacSJeff Kirsher	  To compile this driver as a module, choose M here. The module
94b544dbacSJeff Kirsher	  will be called tlan.
95b544dbacSJeff Kirsher
96b544dbacSJeff Kirsher	  Please email feedback to <torben.mathiasen@compaq.com>.
97b544dbacSJeff Kirsher
98b544dbacSJeff Kirsherconfig CPMAC
998ff25eebSKees Cook	tristate "TI AR7 CPMAC Ethernet support"
1008ff25eebSKees Cook	depends on AR7
101b544dbacSJeff Kirsher	select PHYLIB
102b544dbacSJeff Kirsher	---help---
103b544dbacSJeff Kirsher	  TI AR7 CPMAC Ethernet support
104b544dbacSJeff Kirsher
105b544dbacSJeff Kirsherendif # NET_VENDOR_TI
106