blob: 5d8cb79561134bc2769fc900d5654bc6cce40933 [file] [log] [blame]
Jeff Kirsherb544dba2011-06-14 12:56:50 -07001#
2# TI device configuration
3#
4
5config NET_VENDOR_TI
6 bool "Texas Instruments (TI) devices"
Jeff Kirsher88f07482011-08-23 01:29:52 -07007 default y
Grygorii Strashkof68c9252014-07-16 15:13:02 +03008 depends on PCI || EISA || AR7 || (ARM && (ARCH_DAVINCI || ARCH_OMAP3 || SOC_AM33XX || ARCH_KEYSTONE))
Jeff Kirsherb544dba2011-06-14 12:56:50 -07009 ---help---
10 If you have a network (Ethernet) card belonging to this class, say Y
11 and read the Ethernet-HOWTO, available from
12 <http://www.tldp.org/docs.html#howto>.
13
14 Note that the answer to this question doesn't directly affect the
15 kernel: saying N will just cause the configurator to skip all
16 the questions about TI devices. If you say Y, you will be asked for
17 your specific card in the following questions.
18
19if NET_VENDOR_TI
20
21config TI_DAVINCI_EMAC
22 tristate "TI DaVinci EMAC Support"
23 depends on ARM && ( ARCH_DAVINCI || ARCH_OMAP3 )
24 select TI_DAVINCI_MDIO
25 select TI_DAVINCI_CPDMA
26 select PHYLIB
27 ---help---
28 This driver supports TI's DaVinci Ethernet .
29
30 To compile this driver as a module, choose M here: the module
31 will be called davinci_emac_driver. This is recommended.
32
33config TI_DAVINCI_MDIO
34 tristate "TI DaVinci MDIO Support"
Grygorii Strashkof68c9252014-07-16 15:13:02 +030035 depends on ARM && ( ARCH_DAVINCI || ARCH_OMAP3 || SOC_AM33XX || ARCH_KEYSTONE )
Jeff Kirsherb544dba2011-06-14 12:56:50 -070036 select PHYLIB
37 ---help---
38 This driver supports TI's DaVinci MDIO module.
39
40 To compile this driver as a module, choose M here: the module
41 will be called davinci_mdio. This is recommended.
42
43config TI_DAVINCI_CPDMA
44 tristate "TI DaVinci CPDMA Support"
Mugunthan V Nf07454f2012-07-30 10:17:13 +000045 depends on ARM && ( ARCH_DAVINCI || ARCH_OMAP3 || SOC_AM33XX )
Jeff Kirsherb544dba2011-06-14 12:56:50 -070046 ---help---
47 This driver supports TI's DaVinci CPDMA dma engine.
48
49 To compile this driver as a module, choose M here: the module
50 will be called davinci_cpdma. This is recommended.
51
Mugunthan V N5892cd12013-09-21 00:50:39 +053052config TI_CPSW_PHY_SEL
53 boolean "TI CPSW Switch Phy sel Support"
54 depends on TI_CPSW
55 ---help---
56 This driver supports configuring of the phy mode connected to
57 the CPSW.
58
Mugunthan V Ndf828592012-03-18 20:17:54 +000059config TI_CPSW
60 tristate "TI CPSW Switch Support"
Kevin Hilmanbb6abcf2012-05-10 11:10:07 -070061 depends on ARM && (ARCH_DAVINCI || SOC_AM33XX)
Mugunthan V Ndf828592012-03-18 20:17:54 +000062 select TI_DAVINCI_CPDMA
63 select TI_DAVINCI_MDIO
Mugunthan V N5892cd12013-09-21 00:50:39 +053064 select TI_CPSW_PHY_SEL
Markus Pargmann0ba517b2014-09-29 08:53:17 +020065 select MFD_SYSCON
66 select REGMAP
Mugunthan V Ndf828592012-03-18 20:17:54 +000067 ---help---
68 This driver supports TI's CPSW Ethernet Switch.
69
70 To compile this driver as a module, choose M here: the module
71 will be called cpsw.
72
Richard Cochran87c0e762012-10-29 08:45:16 +000073config TI_CPTS
74 boolean "TI Common Platform Time Sync (CPTS) Support"
Richard Cochran513777b2012-11-26 02:07:18 +000075 depends on TI_CPSW
Richard Cochran70ac6182012-11-01 23:57:38 +000076 select PTP_1588_CLOCK
Richard Cochran87c0e762012-10-29 08:45:16 +000077 ---help---
78 This driver supports the Common Platform Time Sync unit of
79 the CPSW Ethernet Switch. The unit can time stamp PTP UDP/IPv4
80 and Layer 2 packets, and the driver offers a PTP Hardware Clock.
81
Jeff Kirsherb544dba2011-06-14 12:56:50 -070082config TLAN
83 tristate "TI ThunderLAN support"
84 depends on (PCI || EISA)
85 ---help---
86 If you have a PCI Ethernet network card based on the ThunderLAN chip
87 which is supported by this driver, say Y and read the
88 Ethernet-HOWTO, available from
89 <http://www.tldp.org/docs.html#howto>.
90
91 Devices currently supported by this driver are Compaq Netelligent,
92 Compaq NetFlex and Olicom cards. Please read the file
93 <file:Documentation/networking/tlan.txt> for more details.
94
95 To compile this driver as a module, choose M here. The module
96 will be called tlan.
97
98 Please email feedback to <torben.mathiasen@compaq.com>.
99
100config CPMAC
Kees Cook8ff25ee2012-10-02 11:18:24 -0700101 tristate "TI AR7 CPMAC Ethernet support"
102 depends on AR7
Jeff Kirsherb544dba2011-06-14 12:56:50 -0700103 select PHYLIB
104 ---help---
105 TI AR7 CPMAC Ethernet support
106
107endif # NET_VENDOR_TI