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 8b544dbacSJeff Kirsher depends on PCI || EISA || AR7 || (ARM && (ARCH_DAVINCI || ARCH_OMAP3)) 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 52df828598SMugunthan V Nconfig TI_CPSW 53df828598SMugunthan V N tristate "TI CPSW Switch Support" 54bb6abcf4SKevin Hilman depends on ARM && (ARCH_DAVINCI || SOC_AM33XX) 55df828598SMugunthan V N select TI_DAVINCI_CPDMA 56df828598SMugunthan V N select TI_DAVINCI_MDIO 57df828598SMugunthan V N ---help--- 58df828598SMugunthan V N This driver supports TI's CPSW Ethernet Switch. 59df828598SMugunthan V N 60df828598SMugunthan V N To compile this driver as a module, choose M here: the module 61df828598SMugunthan V N will be called cpsw. 62df828598SMugunthan V N 63*87c0e764SRichard Cochranconfig TI_CPTS 64*87c0e764SRichard Cochran boolean "TI Common Platform Time Sync (CPTS) Support" 65*87c0e764SRichard Cochran depends on TI_CPSW && PTP_1588_CLOCK && !(TI_CPSW=y && PTP_1588_CLOCK=m) 66*87c0e764SRichard Cochran ---help--- 67*87c0e764SRichard Cochran This driver supports the Common Platform Time Sync unit of 68*87c0e764SRichard Cochran the CPSW Ethernet Switch. The unit can time stamp PTP UDP/IPv4 69*87c0e764SRichard Cochran and Layer 2 packets, and the driver offers a PTP Hardware Clock. 70*87c0e764SRichard Cochran 71b544dbacSJeff Kirsherconfig TLAN 72b544dbacSJeff Kirsher tristate "TI ThunderLAN support" 73b544dbacSJeff Kirsher depends on (PCI || EISA) 74b544dbacSJeff Kirsher ---help--- 75b544dbacSJeff Kirsher If you have a PCI Ethernet network card based on the ThunderLAN chip 76b544dbacSJeff Kirsher which is supported by this driver, say Y and read the 77b544dbacSJeff Kirsher Ethernet-HOWTO, available from 78b544dbacSJeff Kirsher <http://www.tldp.org/docs.html#howto>. 79b544dbacSJeff Kirsher 80b544dbacSJeff Kirsher Devices currently supported by this driver are Compaq Netelligent, 81b544dbacSJeff Kirsher Compaq NetFlex and Olicom cards. Please read the file 82b544dbacSJeff Kirsher <file:Documentation/networking/tlan.txt> for more details. 83b544dbacSJeff Kirsher 84b544dbacSJeff Kirsher To compile this driver as a module, choose M here. The module 85b544dbacSJeff Kirsher will be called tlan. 86b544dbacSJeff Kirsher 87b544dbacSJeff Kirsher Please email feedback to <torben.mathiasen@compaq.com>. 88b544dbacSJeff Kirsher 89b544dbacSJeff Kirsherconfig CPMAC 90b544dbacSJeff Kirsher tristate "TI AR7 CPMAC Ethernet support (EXPERIMENTAL)" 91b544dbacSJeff Kirsher depends on EXPERIMENTAL && AR7 92b544dbacSJeff Kirsher select PHYLIB 93b544dbacSJeff Kirsher ---help--- 94b544dbacSJeff Kirsher TI AR7 CPMAC Ethernet support 95b544dbacSJeff Kirsher 96b544dbacSJeff Kirsherendif # NET_VENDOR_TI 97