Kconfig 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  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 || SOC_AM33XX))
  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 || SOC_AM33XX )
  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 || SOC_AM33XX )
  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_AM33XX)
  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 TI_CPTS
  52. boolean "TI Common Platform Time Sync (CPTS) Support"
  53. depends on TI_CPSW
  54. select PTP_1588_CLOCK
  55. ---help---
  56. This driver supports the Common Platform Time Sync unit of
  57. the CPSW Ethernet Switch. The unit can time stamp PTP UDP/IPv4
  58. and Layer 2 packets, and the driver offers a PTP Hardware Clock.
  59. config TLAN
  60. tristate "TI ThunderLAN support"
  61. depends on (PCI || EISA)
  62. ---help---
  63. If you have a PCI Ethernet network card based on the ThunderLAN chip
  64. which is supported by this driver, say Y and read the
  65. Ethernet-HOWTO, available from
  66. <http://www.tldp.org/docs.html#howto>.
  67. Devices currently supported by this driver are Compaq Netelligent,
  68. Compaq NetFlex and Olicom cards. Please read the file
  69. <file:Documentation/networking/tlan.txt> for more details.
  70. To compile this driver as a module, choose M here. The module
  71. will be called tlan.
  72. Please email feedback to <torben.mathiasen@compaq.com>.
  73. config CPMAC
  74. tristate "TI AR7 CPMAC Ethernet support"
  75. depends on AR7
  76. select PHYLIB
  77. ---help---
  78. TI AR7 CPMAC Ethernet support
  79. endif # NET_VENDOR_TI