Kconfig 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  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 ) || COMPILE_TEST
  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 || COMPILE_TEST
  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 || COMPILE_TEST
  36. select GENERIC_ALLOCATOR
  37. ---help---
  38. This driver supports TI's DaVinci CPDMA dma engine.
  39. To compile this driver as a module, choose M here: the module
  40. will be called davinci_cpdma. This is recommended.
  41. config TI_CPSW_PHY_SEL
  42. bool
  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 || COMPILE_TEST
  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 || TI_KEYSTONE_NETCP || COMPILE_TEST
  66. depends on POSIX_TIMERS
  67. ---help---
  68. This driver supports the Common Platform Time Sync unit of
  69. the CPSW Ethernet Switch and Keystone 2 1g/10g Switch Subsystem.
  70. The unit can time stamp PTP UDP/IPv4 and Layer 2 packets, and the
  71. driver offers a PTP Hardware Clock.
  72. config TI_CPTS_MOD
  73. tristate
  74. depends on TI_CPTS
  75. default y if TI_CPSW=y || TI_KEYSTONE_NETCP=y
  76. select NET_PTP_CLASSIFY
  77. imply PTP_1588_CLOCK
  78. default m
  79. config TI_KEYSTONE_NETCP
  80. tristate "TI Keystone NETCP Core Support"
  81. select TI_CPSW_ALE
  82. select TI_DAVINCI_MDIO
  83. depends on OF
  84. depends on KEYSTONE_NAVIGATOR_DMA && KEYSTONE_NAVIGATOR_QMSS
  85. ---help---
  86. This driver supports TI's Keystone NETCP Core.
  87. To compile this driver as a module, choose M here: the module
  88. will be called keystone_netcp.
  89. config TI_KEYSTONE_NETCP_ETHSS
  90. depends on TI_KEYSTONE_NETCP
  91. tristate "TI Keystone NETCP Ethernet subsystem Support"
  92. ---help---
  93. To compile this driver as a module, choose M here: the module
  94. will be called keystone_netcp_ethss.
  95. config TLAN
  96. tristate "TI ThunderLAN support"
  97. depends on (PCI || EISA)
  98. ---help---
  99. If you have a PCI Ethernet network card based on the ThunderLAN chip
  100. which is supported by this driver, say Y here.
  101. Devices currently supported by this driver are Compaq Netelligent,
  102. Compaq NetFlex and Olicom cards. Please read the file
  103. <file:Documentation/networking/tlan.txt> for more details.
  104. To compile this driver as a module, choose M here. The module
  105. will be called tlan.
  106. Please email feedback to <torben.mathiasen@compaq.com>.
  107. config CPMAC
  108. tristate "TI AR7 CPMAC Ethernet support"
  109. depends on AR7
  110. select PHYLIB
  111. ---help---
  112. TI AR7 CPMAC Ethernet support
  113. endif # NET_VENDOR_TI