Kconfig 3.6 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. bool "TI Common Platform Time Sync (CPTS) Support"
  64. depends on TI_CPSW
  65. select PTP_1588_CLOCK
  66. ---help---
  67. This driver supports the Common Platform Time Sync unit of
  68. the CPSW Ethernet Switch. The unit can time stamp PTP UDP/IPv4
  69. and Layer 2 packets, and the driver offers a PTP Hardware Clock.
  70. config TI_KEYSTONE_NETCP
  71. tristate "TI Keystone NETCP Core Support"
  72. select TI_CPSW_ALE
  73. select TI_DAVINCI_MDIO
  74. depends on OF
  75. depends on KEYSTONE_NAVIGATOR_DMA && KEYSTONE_NAVIGATOR_QMSS
  76. ---help---
  77. This driver supports TI's Keystone NETCP Core.
  78. To compile this driver as a module, choose M here: the module
  79. will be called keystone_netcp.
  80. config TI_KEYSTONE_NETCP_ETHSS
  81. depends on TI_KEYSTONE_NETCP
  82. tristate "TI Keystone NETCP Ethernet subsystem Support"
  83. ---help---
  84. To compile this driver as a module, choose M here: the module
  85. will be called keystone_netcp_ethss.
  86. config TLAN
  87. tristate "TI ThunderLAN support"
  88. depends on (PCI || EISA)
  89. ---help---
  90. If you have a PCI Ethernet network card based on the ThunderLAN chip
  91. which is supported by this driver, say Y here.
  92. Devices currently supported by this driver are Compaq Netelligent,
  93. Compaq NetFlex and Olicom cards. Please read the file
  94. <file:Documentation/networking/tlan.txt> for more details.
  95. To compile this driver as a module, choose M here. The module
  96. will be called tlan.
  97. Please email feedback to <torben.mathiasen@compaq.com>.
  98. config CPMAC
  99. tristate "TI AR7 CPMAC Ethernet support"
  100. depends on AR7
  101. select PHYLIB
  102. ---help---
  103. TI AR7 CPMAC Ethernet support
  104. endif # NET_VENDOR_TI