Kconfig 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. #
  2. # TI device configuration
  3. #
  4. config NET_VENDOR_TI
  5. bool "Texas Instruments (TI) devices"
  6. default y
  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. 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. if NET_VENDOR_TI
  17. config TI_DAVINCI_EMAC
  18. tristate "TI DaVinci EMAC Support"
  19. depends on ARM && ( ARCH_DAVINCI || ARCH_OMAP3 )
  20. select TI_DAVINCI_MDIO
  21. select TI_DAVINCI_CPDMA
  22. select PHYLIB
  23. ---help---
  24. This driver supports TI's DaVinci Ethernet .
  25. To compile this driver as a module, choose M here: the module
  26. will be called davinci_emac_driver. This is recommended.
  27. config TI_DAVINCI_MDIO
  28. tristate "TI DaVinci MDIO Support"
  29. depends on ARM && ( ARCH_DAVINCI || ARCH_OMAP3 )
  30. select PHYLIB
  31. ---help---
  32. This driver supports TI's DaVinci MDIO module.
  33. To compile this driver as a module, choose M here: the module
  34. will be called davinci_mdio. This is recommended.
  35. config TI_DAVINCI_CPDMA
  36. tristate "TI DaVinci CPDMA Support"
  37. depends on ARM && ( ARCH_DAVINCI || ARCH_OMAP3 )
  38. ---help---
  39. This driver supports TI's DaVinci CPDMA dma engine.
  40. To compile this driver as a module, choose M here: the module
  41. will be called davinci_cpdma. This is recommended.
  42. config TI_CPSW
  43. tristate "TI CPSW Switch Support"
  44. depends on ARM && (ARCH_DAVINCI || SOC_OMAPAM33XX)
  45. select TI_DAVINCI_CPDMA
  46. select TI_DAVINCI_MDIO
  47. ---help---
  48. This driver supports TI's CPSW Ethernet Switch.
  49. To compile this driver as a module, choose M here: the module
  50. will be called cpsw.
  51. config 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. Devices currently supported by this driver are Compaq Netelligent,
  60. Compaq NetFlex and Olicom cards. Please read the file
  61. <file:Documentation/networking/tlan.txt> for more details.
  62. To compile this driver as a module, choose M here. The module
  63. will be called tlan.
  64. Please email feedback to <torben.mathiasen@compaq.com>.
  65. config CPMAC
  66. tristate "TI AR7 CPMAC Ethernet support (EXPERIMENTAL)"
  67. depends on EXPERIMENTAL && AR7
  68. select PHYLIB
  69. ---help---
  70. TI AR7 CPMAC Ethernet support
  71. endif # NET_VENDOR_TI