2 # TI device configuration
6 bool "Texas Instruments (TI) devices"
8 depends on PCI || EISA || AR7 || ARCH_DAVINCI || ARCH_OMAP2PLUS || ARCH_KEYSTONE
10 If you have a network (Ethernet) card belonging to this class, say Y.
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.
19 config 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
26 This driver supports TI's DaVinci Ethernet .
28 To compile this driver as a module, choose M here: the module
29 will be called davinci_emac_driver. This is recommended.
31 config TI_DAVINCI_MDIO
32 tristate "TI DaVinci MDIO Support"
33 depends on ARCH_DAVINCI || ARCH_OMAP2PLUS || ARCH_KEYSTONE
36 This driver supports TI's DaVinci MDIO module.
38 To compile this driver as a module, choose M here: the module
39 will be called davinci_mdio. This is recommended.
41 config TI_DAVINCI_CPDMA
42 tristate "TI DaVinci CPDMA Support"
43 depends on ARCH_DAVINCI || ARCH_OMAP2PLUS
45 This driver supports TI's DaVinci CPDMA dma engine.
47 To compile this driver as a module, choose M here: the module
48 will be called davinci_cpdma. This is recommended.
50 config TI_CPSW_PHY_SEL
53 This driver supports configuring of the phy mode connected to
57 tristate "TI CPSW ALE Support"
59 This driver supports TI's CPSW ALE module.
62 tristate "TI CPSW Switch Support"
63 depends on ARCH_DAVINCI || ARCH_OMAP2PLUS
64 select TI_DAVINCI_CPDMA
65 select TI_DAVINCI_MDIO
66 select TI_CPSW_PHY_SEL
71 This driver supports TI's CPSW Ethernet Switch.
73 To compile this driver as a module, choose M here: the module
77 bool "TI Common Platform Time Sync (CPTS) Support"
78 depends on TI_CPSW || TI_KEYSTONE_NETCP
79 depends on POSIX_TIMERS
81 This driver supports the Common Platform Time Sync unit of
82 the CPSW Ethernet Switch and Keystone 2 1g/10g Switch Subsystem.
83 The unit can time stamp PTP UDP/IPv4 and Layer 2 packets, and the
84 driver offers a PTP Hardware Clock.
89 default y if TI_CPSW=y || TI_KEYSTONE_NETCP=y
90 select NET_PTP_CLASSIFY
94 config TI_KEYSTONE_NETCP
95 tristate "TI Keystone NETCP Core Support"
97 select TI_DAVINCI_MDIO
99 depends on KEYSTONE_NAVIGATOR_DMA && KEYSTONE_NAVIGATOR_QMSS
101 This driver supports TI's Keystone NETCP Core.
103 To compile this driver as a module, choose M here: the module
104 will be called keystone_netcp.
106 config TI_KEYSTONE_NETCP_ETHSS
107 depends on TI_KEYSTONE_NETCP
108 tristate "TI Keystone NETCP Ethernet subsystem Support"
111 To compile this driver as a module, choose M here: the module
112 will be called keystone_netcp_ethss.
115 tristate "TI ThunderLAN support"
116 depends on (PCI || EISA)
118 If you have a PCI Ethernet network card based on the ThunderLAN chip
119 which is supported by this driver, say Y here.
121 Devices currently supported by this driver are Compaq Netelligent,
122 Compaq NetFlex and Olicom cards. Please read the file
123 <file:Documentation/networking/tlan.txt> for more details.
125 To compile this driver as a module, choose M here. The module
128 Please email feedback to <torben.mathiasen@compaq.com>.
131 tristate "TI AR7 CPMAC Ethernet support"
135 TI AR7 CPMAC Ethernet support
137 endif # NET_VENDOR_TI