Jeff Kirsher | b544dba | 2011-06-14 12:56:50 -0700 | [diff] [blame] | 1 | # |
| 2 | # TI device configuration |
| 3 | # |
| 4 | |
| 5 | config NET_VENDOR_TI |
| 6 | bool "Texas Instruments (TI) devices" |
Jeff Kirsher | 88f0748 | 2011-08-23 01:29:52 -0700 | [diff] [blame] | 7 | default y |
Peter Korsgaard | b2b3392 | 2012-10-23 12:11:55 +0000 | [diff] [blame] | 8 | depends on PCI || EISA || AR7 || (ARM && (ARCH_DAVINCI || ARCH_OMAP3 || SOC_AM33XX)) |
Jeff Kirsher | b544dba | 2011-06-14 12:56:50 -0700 | [diff] [blame] | 9 | ---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 | |
| 19 | if NET_VENDOR_TI |
| 20 | |
| 21 | config 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 | |
| 33 | config TI_DAVINCI_MDIO |
| 34 | tristate "TI DaVinci MDIO Support" |
Mugunthan V N | f07454f | 2012-07-30 10:17:13 +0000 | [diff] [blame] | 35 | depends on ARM && ( ARCH_DAVINCI || ARCH_OMAP3 || SOC_AM33XX ) |
Jeff Kirsher | b544dba | 2011-06-14 12:56:50 -0700 | [diff] [blame] | 36 | 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 | |
| 43 | config TI_DAVINCI_CPDMA |
| 44 | tristate "TI DaVinci CPDMA Support" |
Mugunthan V N | f07454f | 2012-07-30 10:17:13 +0000 | [diff] [blame] | 45 | depends on ARM && ( ARCH_DAVINCI || ARCH_OMAP3 || SOC_AM33XX ) |
Jeff Kirsher | b544dba | 2011-06-14 12:56:50 -0700 | [diff] [blame] | 46 | ---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 N | df82859 | 2012-03-18 20:17:54 +0000 | [diff] [blame] | 52 | config TI_CPSW |
| 53 | tristate "TI CPSW Switch Support" |
Kevin Hilman | bb6abcf | 2012-05-10 11:10:07 -0700 | [diff] [blame] | 54 | depends on ARM && (ARCH_DAVINCI || SOC_AM33XX) |
Mugunthan V N | df82859 | 2012-03-18 20:17:54 +0000 | [diff] [blame] | 55 | select TI_DAVINCI_CPDMA |
| 56 | select TI_DAVINCI_MDIO |
| 57 | ---help--- |
| 58 | This driver supports TI's CPSW Ethernet Switch. |
| 59 | |
| 60 | To compile this driver as a module, choose M here: the module |
| 61 | will be called cpsw. |
| 62 | |
Jeff Kirsher | b544dba | 2011-06-14 12:56:50 -0700 | [diff] [blame] | 63 | config TLAN |
| 64 | tristate "TI ThunderLAN support" |
| 65 | depends on (PCI || EISA) |
| 66 | ---help--- |
| 67 | If you have a PCI Ethernet network card based on the ThunderLAN chip |
| 68 | which is supported by this driver, say Y and read the |
| 69 | Ethernet-HOWTO, available from |
| 70 | <http://www.tldp.org/docs.html#howto>. |
| 71 | |
| 72 | Devices currently supported by this driver are Compaq Netelligent, |
| 73 | Compaq NetFlex and Olicom cards. Please read the file |
| 74 | <file:Documentation/networking/tlan.txt> for more details. |
| 75 | |
| 76 | To compile this driver as a module, choose M here. The module |
| 77 | will be called tlan. |
| 78 | |
| 79 | Please email feedback to <torben.mathiasen@compaq.com>. |
| 80 | |
| 81 | config CPMAC |
| 82 | tristate "TI AR7 CPMAC Ethernet support (EXPERIMENTAL)" |
| 83 | depends on EXPERIMENTAL && AR7 |
| 84 | select PHYLIB |
| 85 | ---help--- |
| 86 | TI AR7 CPMAC Ethernet support |
| 87 | |
| 88 | endif # NET_VENDOR_TI |