blob: 1284319ba7e05a31376fc4fb3355145489c1f039 [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"
7 depends on PCI || EISA || AR7 || (ARM && (ARCH_DAVINCI || ARCH_OMAP3))
8 ---help---
9 If you have a network (Ethernet) card belonging to this class, say Y
10 and read the Ethernet-HOWTO, available from
11 <http://www.tldp.org/docs.html#howto>.
12
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.
17
18if NET_VENDOR_TI
19
20config TI_DAVINCI_EMAC
21 tristate "TI DaVinci EMAC Support"
22 depends on ARM && ( ARCH_DAVINCI || ARCH_OMAP3 )
23 select TI_DAVINCI_MDIO
24 select TI_DAVINCI_CPDMA
25 select PHYLIB
26 ---help---
27 This driver supports TI's DaVinci Ethernet .
28
29 To compile this driver as a module, choose M here: the module
30 will be called davinci_emac_driver. This is recommended.
31
32config TI_DAVINCI_MDIO
33 tristate "TI DaVinci MDIO Support"
34 depends on ARM && ( ARCH_DAVINCI || ARCH_OMAP3 )
35 select PHYLIB
36 ---help---
37 This driver supports TI's DaVinci MDIO module.
38
39 To compile this driver as a module, choose M here: the module
40 will be called davinci_mdio. This is recommended.
41
42config TI_DAVINCI_CPDMA
43 tristate "TI DaVinci CPDMA Support"
44 depends on ARM && ( ARCH_DAVINCI || ARCH_OMAP3 )
45 ---help---
46 This driver supports TI's DaVinci CPDMA dma engine.
47
48 To compile this driver as a module, choose M here: the module
49 will be called davinci_cpdma. This is recommended.
50
51config TLAN
52 tristate "TI ThunderLAN support"
53 depends on (PCI || EISA)
54 ---help---
55 If you have a PCI Ethernet network card based on the ThunderLAN chip
56 which is supported by this driver, say Y and read the
57 Ethernet-HOWTO, available from
58 <http://www.tldp.org/docs.html#howto>.
59
60 Devices currently supported by this driver are Compaq Netelligent,
61 Compaq NetFlex and Olicom cards. Please read the file
62 <file:Documentation/networking/tlan.txt> for more details.
63
64 To compile this driver as a module, choose M here. The module
65 will be called tlan.
66
67 Please email feedback to <torben.mathiasen@compaq.com>.
68
69config CPMAC
70 tristate "TI AR7 CPMAC Ethernet support (EXPERIMENTAL)"
71 depends on EXPERIMENTAL && AR7
72 select PHYLIB
73 ---help---
74 TI AR7 CPMAC Ethernet support
75
76endif # NET_VENDOR_TI