Kconfig 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  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. bool "TI Common Platform Time Sync (CPTS) Support"
  64. depends on TI_CPSW || TI_KEYSTONE_NETCP
  65. depends on POSIX_TIMERS
  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_CPTS_MOD
  72. tristate
  73. depends on TI_CPTS
  74. default y if TI_CPSW=y || TI_KEYSTONE_NETCP=y
  75. select NET_PTP_CLASSIFY
  76. imply PTP_1588_CLOCK
  77. default m
  78. config TI_KEYSTONE_NETCP
  79. tristate "TI Keystone NETCP Core Support"
  80. select TI_CPSW_ALE
  81. select TI_DAVINCI_MDIO
  82. depends on OF
  83. depends on KEYSTONE_NAVIGATOR_DMA && KEYSTONE_NAVIGATOR_QMSS
  84. ---help---
  85. This driver supports TI's Keystone NETCP Core.
  86. To compile this driver as a module, choose M here: the module
  87. will be called keystone_netcp.
  88. config TI_KEYSTONE_NETCP_ETHSS
  89. depends on TI_KEYSTONE_NETCP
  90. tristate "TI Keystone NETCP Ethernet subsystem Support"
  91. ---help---
  92. To compile this driver as a module, choose M here: the module
  93. will be called keystone_netcp_ethss.
  94. config TLAN
  95. tristate "TI ThunderLAN support"
  96. depends on (PCI || EISA)
  97. ---help---
  98. If you have a PCI Ethernet network card based on the ThunderLAN chip
  99. which is supported by this driver, say Y here.
  100. Devices currently supported by this driver are Compaq Netelligent,
  101. Compaq NetFlex and Olicom cards. Please read the file
  102. <file:Documentation/networking/tlan.txt> for more details.
  103. To compile this driver as a module, choose M here. The module
  104. will be called tlan.
  105. Please email feedback to <torben.mathiasen@compaq.com>.
  106. config CPMAC
  107. tristate "TI AR7 CPMAC Ethernet support"
  108. depends on AR7
  109. select PHYLIB
  110. ---help---
  111. TI AR7 CPMAC Ethernet support
  112. endif # NET_VENDOR_TI