Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
[deliverable/linux.git] / drivers / net / ethernet / ti / Kconfig
CommitLineData
b544dbac
JK
1#
2# TI device configuration
3#
4
5config NET_VENDOR_TI
6 bool "Texas Instruments (TI) devices"
88f07484 7 default y
c8a73a35 8 depends on PCI || EISA || AR7 || ARCH_DAVINCI || ARCH_OMAP2PLUS || ARCH_KEYSTONE
b544dbac 9 ---help---
138b15ed 10 If you have a network (Ethernet) card belonging to this class, say Y.
b544dbac
JK
11
12 Note that the answer to this question doesn't directly affect the
13 kernel: saying N will just cause the configurator to skip all
14 the questions about TI devices. If you say Y, you will be asked for
15 your specific card in the following questions.
16
17if NET_VENDOR_TI
18
19config TI_DAVINCI_EMAC
20 tristate "TI DaVinci EMAC Support"
21 depends on ARM && ( ARCH_DAVINCI || ARCH_OMAP3 )
22 select TI_DAVINCI_MDIO
23 select TI_DAVINCI_CPDMA
24 select PHYLIB
25 ---help---
26 This driver supports TI's DaVinci Ethernet .
27
28 To compile this driver as a module, choose M here: the module
29 will be called davinci_emac_driver. This is recommended.
30
31config TI_DAVINCI_MDIO
32 tristate "TI DaVinci MDIO Support"
c8a73a35 33 depends on ARCH_DAVINCI || ARCH_OMAP2PLUS || ARCH_KEYSTONE
b544dbac
JK
34 select PHYLIB
35 ---help---
36 This driver supports TI's DaVinci MDIO module.
37
38 To compile this driver as a module, choose M here: the module
39 will be called davinci_mdio. This is recommended.
40
41config TI_DAVINCI_CPDMA
42 tristate "TI DaVinci CPDMA Support"
c8a73a35 43 depends on ARCH_DAVINCI || ARCH_OMAP2PLUS
b544dbac
JK
44 ---help---
45 This driver supports TI's DaVinci CPDMA dma engine.
46
47 To compile this driver as a module, choose M here: the module
48 will be called davinci_cpdma. This is recommended.
49
5892cd13 50config TI_CPSW_PHY_SEL
6341e62b 51 bool "TI CPSW Switch Phy sel Support"
5892cd13
M
52 depends on TI_CPSW
53 ---help---
54 This driver supports configuring of the phy mode connected to
55 the CPSW.
56
58c11b5f
KM
57config TI_CPSW_ALE
58 tristate "TI CPSW ALE Support"
59 ---help---
60 This driver supports TI's CPSW ALE module.
61
df828598
M
62config TI_CPSW
63 tristate "TI CPSW Switch Support"
c8a73a35 64 depends on ARCH_DAVINCI || ARCH_OMAP2PLUS
df828598
M
65 select TI_DAVINCI_CPDMA
66 select TI_DAVINCI_MDIO
5892cd13 67 select TI_CPSW_PHY_SEL
58c11b5f 68 select TI_CPSW_ALE
0ba517b1
MP
69 select MFD_SYSCON
70 select REGMAP
df828598
M
71 ---help---
72 This driver supports TI's CPSW Ethernet Switch.
73
74 To compile this driver as a module, choose M here: the module
75 will be called cpsw.
76
87c0e764 77config TI_CPTS
6341e62b 78 bool "TI Common Platform Time Sync (CPTS) Support"
513777b2 79 depends on TI_CPSW
70ac618c 80 select PTP_1588_CLOCK
87c0e764
RC
81 ---help---
82 This driver supports the Common Platform Time Sync unit of
83 the CPSW Ethernet Switch. The unit can time stamp PTP UDP/IPv4
84 and Layer 2 packets, and the driver offers a PTP Hardware Clock.
85
84640e27 86config TI_KEYSTONE_NETCP
58c11b5f
KM
87 tristate "TI Keystone NETCP Core Support"
88 select TI_CPSW_ALE
f49ae149 89 select TI_DAVINCI_MDIO
84640e27
KM
90 depends on OF
91 depends on KEYSTONE_NAVIGATOR_DMA && KEYSTONE_NAVIGATOR_QMSS
92 ---help---
58c11b5f 93 This driver supports TI's Keystone NETCP Core.
84640e27
KM
94
95 To compile this driver as a module, choose M here: the module
96 will be called keystone_netcp.
97
58c11b5f
KM
98config TI_KEYSTONE_NETCP_ETHSS
99 depends on TI_KEYSTONE_NETCP
100 tristate "TI Keystone NETCP Ethernet subsystem Support"
101 ---help---
102
103 To compile this driver as a module, choose M here: the module
104 will be called keystone_netcp_ethss.
105
b544dbac
JK
106config TLAN
107 tristate "TI ThunderLAN support"
108 depends on (PCI || EISA)
109 ---help---
110 If you have a PCI Ethernet network card based on the ThunderLAN chip
138b15ed 111 which is supported by this driver, say Y here.
b544dbac
JK
112
113 Devices currently supported by this driver are Compaq Netelligent,
114 Compaq NetFlex and Olicom cards. Please read the file
115 <file:Documentation/networking/tlan.txt> for more details.
116
117 To compile this driver as a module, choose M here. The module
118 will be called tlan.
119
120 Please email feedback to <torben.mathiasen@compaq.com>.
121
122config CPMAC
8ff25eeb
KC
123 tristate "TI AR7 CPMAC Ethernet support"
124 depends on AR7
b544dbac
JK
125 select PHYLIB
126 ---help---
127 TI AR7 CPMAC Ethernet support
128
129endif # NET_VENDOR_TI
This page took 0.320246 seconds and 5 git commands to generate.