Kconfig 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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 TLAN
  43. tristate "TI ThunderLAN support"
  44. depends on (PCI || EISA)
  45. ---help---
  46. If you have a PCI Ethernet network card based on the ThunderLAN chip
  47. which is supported by this driver, say Y and read the
  48. Ethernet-HOWTO, available from
  49. <http://www.tldp.org/docs.html#howto>.
  50. Devices currently supported by this driver are Compaq Netelligent,
  51. Compaq NetFlex and Olicom cards. Please read the file
  52. <file:Documentation/networking/tlan.txt> for more details.
  53. To compile this driver as a module, choose M here. The module
  54. will be called tlan.
  55. Please email feedback to <torben.mathiasen@compaq.com>.
  56. config CPMAC
  57. tristate "TI AR7 CPMAC Ethernet support (EXPERIMENTAL)"
  58. depends on EXPERIMENTAL && AR7
  59. select PHYLIB
  60. ---help---
  61. TI AR7 CPMAC Ethernet support
  62. endif # NET_VENDOR_TI