Kconfig 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  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. 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 ARCH_DAVINCI || ARCH_OMAP2PLUS || ARCH_KEYSTONE
  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 ARCH_DAVINCI || ARCH_OMAP2PLUS
  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_PHY_SEL
  43. boolean "TI CPSW Switch Phy sel Support"
  44. depends on TI_CPSW
  45. ---help---
  46. This driver supports configuring of the phy mode connected to
  47. the CPSW.
  48. config TI_CPSW_ALE
  49. tristate "TI CPSW ALE Support"
  50. ---help---
  51. This driver supports TI's CPSW ALE module.
  52. config TI_CPSW
  53. tristate "TI CPSW Switch Support"
  54. depends on ARCH_DAVINCI || ARCH_OMAP2PLUS
  55. select TI_DAVINCI_CPDMA
  56. select TI_DAVINCI_MDIO
  57. select TI_CPSW_PHY_SEL
  58. select TI_CPSW_ALE
  59. select MFD_SYSCON
  60. select REGMAP
  61. ---help---
  62. This driver supports TI's CPSW Ethernet Switch.
  63. To compile this driver as a module, choose M here: the module
  64. will be called cpsw.
  65. config TI_CPTS
  66. boolean "TI Common Platform Time Sync (CPTS) Support"
  67. depends on TI_CPSW
  68. select PTP_1588_CLOCK
  69. ---help---
  70. This driver supports the Common Platform Time Sync unit of
  71. the CPSW Ethernet Switch. The unit can time stamp PTP UDP/IPv4
  72. and Layer 2 packets, and the driver offers a PTP Hardware Clock.
  73. config TI_KEYSTONE_NETCP
  74. tristate "TI Keystone NETCP Core Support"
  75. select TI_CPSW_ALE
  76. depends on OF
  77. depends on KEYSTONE_NAVIGATOR_DMA && KEYSTONE_NAVIGATOR_QMSS
  78. ---help---
  79. This driver supports TI's Keystone NETCP Core.
  80. To compile this driver as a module, choose M here: the module
  81. will be called keystone_netcp.
  82. config TI_KEYSTONE_NETCP_ETHSS
  83. depends on TI_KEYSTONE_NETCP
  84. tristate "TI Keystone NETCP Ethernet subsystem Support"
  85. ---help---
  86. To compile this driver as a module, choose M here: the module
  87. will be called keystone_netcp_ethss.
  88. config TLAN
  89. tristate "TI ThunderLAN support"
  90. depends on (PCI || EISA)
  91. ---help---
  92. If you have a PCI Ethernet network card based on the ThunderLAN chip
  93. which is supported by this driver, say Y and read the
  94. Ethernet-HOWTO, available from
  95. <http://www.tldp.org/docs.html#howto>.
  96. Devices currently supported by this driver are Compaq Netelligent,
  97. Compaq NetFlex and Olicom cards. Please read the file
  98. <file:Documentation/networking/tlan.txt> for more details.
  99. To compile this driver as a module, choose M here. The module
  100. will be called tlan.
  101. Please email feedback to <torben.mathiasen@compaq.com>.
  102. config CPMAC
  103. tristate "TI AR7 CPMAC Ethernet support"
  104. depends on AR7
  105. select PHYLIB
  106. ---help---
  107. TI AR7 CPMAC Ethernet support
  108. endif # NET_VENDOR_TI