Kconfig 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  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 || ARCH_DAVINCI || ARCH_OMAP2PLUS || ARCH_KEYSTONE
  8. ---help---
  9. If you have a network (Ethernet) card belonging to this class, say Y.
  10. Note that the answer to this question doesn't directly affect the
  11. kernel: saying N will just cause the configurator to skip all
  12. the questions about TI devices. If you say Y, you will be asked for
  13. your specific card in the following questions.
  14. if NET_VENDOR_TI
  15. config TI_DAVINCI_EMAC
  16. tristate "TI DaVinci EMAC Support"
  17. depends on ARM && ( ARCH_DAVINCI || ARCH_OMAP3 )
  18. select TI_DAVINCI_MDIO
  19. select TI_DAVINCI_CPDMA
  20. select PHYLIB
  21. ---help---
  22. This driver supports TI's DaVinci Ethernet .
  23. To compile this driver as a module, choose M here: the module
  24. will be called davinci_emac_driver. This is recommended.
  25. config TI_DAVINCI_MDIO
  26. tristate "TI DaVinci MDIO Support"
  27. depends on ARCH_DAVINCI || ARCH_OMAP2PLUS || ARCH_KEYSTONE
  28. select PHYLIB
  29. ---help---
  30. This driver supports TI's DaVinci MDIO module.
  31. To compile this driver as a module, choose M here: the module
  32. will be called davinci_mdio. This is recommended.
  33. config TI_DAVINCI_CPDMA
  34. tristate "TI DaVinci CPDMA Support"
  35. depends on ARCH_DAVINCI || ARCH_OMAP2PLUS
  36. ---help---
  37. This driver supports TI's DaVinci CPDMA dma engine.
  38. To compile this driver as a module, choose M here: the module
  39. will be called davinci_cpdma. This is recommended.
  40. config TI_CPSW_PHY_SEL
  41. bool
  42. ---help---
  43. This driver supports configuring of the phy mode connected to
  44. the CPSW.
  45. config TI_CPSW_ALE
  46. tristate "TI CPSW ALE Support"
  47. ---help---
  48. This driver supports TI's CPSW ALE module.
  49. config TI_CPSW
  50. tristate "TI CPSW Switch Support"
  51. depends on ARCH_DAVINCI || ARCH_OMAP2PLUS
  52. select TI_DAVINCI_CPDMA
  53. select TI_DAVINCI_MDIO
  54. select TI_CPSW_PHY_SEL
  55. select TI_CPSW_ALE
  56. select MFD_SYSCON
  57. select REGMAP
  58. ---help---
  59. This driver supports TI's CPSW Ethernet Switch.
  60. To compile this driver as a module, choose M here: the module
  61. will be called cpsw.
  62. config TI_CPTS
  63. tristate "TI Common Platform Time Sync (CPTS) Support"
  64. depends on TI_CPSW || TI_KEYSTONE_NETCP
  65. imply PTP_1588_CLOCK
  66. ---help---
  67. This driver supports the Common Platform Time Sync unit of
  68. the CPSW Ethernet Switch and Keystone 2 1g/10g Switch Subsystem.
  69. The unit can time stamp PTP UDP/IPv4 and Layer 2 packets, and the
  70. driver offers a PTP Hardware Clock.
  71. config TI_KEYSTONE_NETCP
  72. tristate "TI Keystone NETCP Core Support"
  73. select TI_CPSW_ALE
  74. select TI_DAVINCI_MDIO
  75. depends on OF
  76. depends on KEYSTONE_NAVIGATOR_DMA && KEYSTONE_NAVIGATOR_QMSS
  77. ---help---
  78. This driver supports TI's Keystone NETCP Core.
  79. To compile this driver as a module, choose M here: the module
  80. will be called keystone_netcp.
  81. config TI_KEYSTONE_NETCP_ETHSS
  82. depends on TI_KEYSTONE_NETCP
  83. tristate "TI Keystone NETCP Ethernet subsystem Support"
  84. ---help---
  85. To compile this driver as a module, choose M here: the module
  86. will be called keystone_netcp_ethss.
  87. config TLAN
  88. tristate "TI ThunderLAN support"
  89. depends on (PCI || EISA)
  90. ---help---
  91. If you have a PCI Ethernet network card based on the ThunderLAN chip
  92. which is supported by this driver, say Y here.
  93. Devices currently supported by this driver are Compaq Netelligent,
  94. Compaq NetFlex and Olicom cards. Please read the file
  95. <file:Documentation/networking/tlan.txt> for more details.
  96. To compile this driver as a module, choose M here. The module
  97. will be called tlan.
  98. Please email feedback to <torben.mathiasen@compaq.com>.
  99. config CPMAC
  100. tristate "TI AR7 CPMAC Ethernet support"
  101. depends on AR7
  102. select PHYLIB
  103. ---help---
  104. TI AR7 CPMAC Ethernet support
  105. endif # NET_VENDOR_TI