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 "TI CPSW Switch Phy sel Support"
  42. depends on TI_CPSW
  43. ---help---
  44. This driver supports configuring of the phy mode connected to
  45. the CPSW.
  46. config TI_CPSW_ALE
  47. tristate "TI CPSW ALE Support"
  48. ---help---
  49. This driver supports TI's CPSW ALE module.
  50. config TI_CPSW
  51. tristate "TI CPSW Switch Support"
  52. depends on ARCH_DAVINCI || ARCH_OMAP2PLUS
  53. select TI_DAVINCI_CPDMA
  54. select TI_DAVINCI_MDIO
  55. select TI_CPSW_PHY_SEL
  56. select TI_CPSW_ALE
  57. select MFD_SYSCON
  58. select REGMAP
  59. ---help---
  60. This driver supports TI's CPSW Ethernet Switch.
  61. To compile this driver as a module, choose M here: the module
  62. will be called cpsw.
  63. config TI_CPTS
  64. bool "TI Common Platform Time Sync (CPTS) Support"
  65. depends on TI_CPSW
  66. select PTP_1588_CLOCK
  67. ---help---
  68. This driver supports the Common Platform Time Sync unit of
  69. the CPSW Ethernet Switch. The unit can time stamp PTP UDP/IPv4
  70. and Layer 2 packets, and the 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