Kconfig 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314
  1. #
  2. # PHY Layer Configuration
  3. #
  4. menuconfig PHYLIB
  5. tristate "PHY Device support and infrastructure"
  6. depends on NETDEVICES
  7. help
  8. Ethernet controllers are usually attached to PHY
  9. devices. This option provides infrastructure for
  10. managing PHY devices.
  11. if PHYLIB
  12. config SWPHY
  13. bool
  14. comment "MII PHY device drivers"
  15. config AQUANTIA_PHY
  16. tristate "Drivers for the Aquantia PHYs"
  17. ---help---
  18. Currently supports the Aquantia AQ1202, AQ2104, AQR105, AQR405
  19. config AT803X_PHY
  20. tristate "Drivers for Atheros AT803X PHYs"
  21. ---help---
  22. Currently supports the AT8030 and AT8035 model
  23. config AMD_PHY
  24. tristate "Drivers for the AMD PHYs"
  25. ---help---
  26. Currently supports the am79c874
  27. config MARVELL_PHY
  28. tristate "Drivers for Marvell PHYs"
  29. ---help---
  30. Currently has a driver for the 88E1011S
  31. config DAVICOM_PHY
  32. tristate "Drivers for Davicom PHYs"
  33. ---help---
  34. Currently supports dm9161e and dm9131
  35. config QSEMI_PHY
  36. tristate "Drivers for Quality Semiconductor PHYs"
  37. ---help---
  38. Currently supports the qs6612
  39. config LXT_PHY
  40. tristate "Drivers for the Intel LXT PHYs"
  41. ---help---
  42. Currently supports the lxt970, lxt971
  43. config CICADA_PHY
  44. tristate "Drivers for the Cicada PHYs"
  45. ---help---
  46. Currently supports the cis8204
  47. config VITESSE_PHY
  48. tristate "Drivers for the Vitesse PHYs"
  49. ---help---
  50. Currently supports the vsc8244
  51. config TERANETICS_PHY
  52. tristate "Drivers for the Teranetics PHYs"
  53. ---help---
  54. Currently supports the Teranetics TN2020
  55. config SMSC_PHY
  56. tristate "Drivers for SMSC PHYs"
  57. ---help---
  58. Currently supports the LAN83C185, LAN8187 and LAN8700 PHYs
  59. config BCM_NET_PHYLIB
  60. tristate
  61. config BROADCOM_PHY
  62. tristate "Drivers for Broadcom PHYs"
  63. select BCM_NET_PHYLIB
  64. ---help---
  65. Currently supports the BCM5411, BCM5421, BCM5461, BCM54616S, BCM5464,
  66. BCM5481 and BCM5482 PHYs.
  67. config BCM_CYGNUS_PHY
  68. tristate "Drivers for Broadcom Cygnus SoC internal PHY"
  69. depends on ARCH_BCM_CYGNUS || COMPILE_TEST
  70. depends on MDIO_BCM_IPROC
  71. select BCM_NET_PHYLIB
  72. ---help---
  73. This PHY driver is for the 1G internal PHYs of the Broadcom
  74. Cygnus Family SoC.
  75. Currently supports internal PHY's used in the BCM11300,
  76. BCM11320, BCM11350, BCM11360, BCM58300, BCM58302,
  77. BCM58303 & BCM58305 Broadcom Cygnus SoCs.
  78. config BCM63XX_PHY
  79. tristate "Drivers for Broadcom 63xx SOCs internal PHY"
  80. depends on BCM63XX
  81. select BCM_NET_PHYLIB
  82. ---help---
  83. Currently supports the 6348 and 6358 PHYs.
  84. config BCM7XXX_PHY
  85. tristate "Drivers for Broadcom 7xxx SOCs internal PHYs"
  86. select BCM_NET_PHYLIB
  87. ---help---
  88. Currently supports the BCM7366, BCM7439, BCM7445, and
  89. 40nm and 65nm generation of BCM7xxx Set Top Box SoCs.
  90. config BCM87XX_PHY
  91. tristate "Driver for Broadcom BCM8706 and BCM8727 PHYs"
  92. help
  93. Currently supports the BCM8706 and BCM8727 10G Ethernet PHYs.
  94. config ICPLUS_PHY
  95. tristate "Drivers for ICPlus PHYs"
  96. ---help---
  97. Currently supports the IP175C and IP1001 PHYs.
  98. config REALTEK_PHY
  99. tristate "Drivers for Realtek PHYs"
  100. ---help---
  101. Supports the Realtek 821x PHY.
  102. config NATIONAL_PHY
  103. tristate "Drivers for National Semiconductor PHYs"
  104. ---help---
  105. Currently supports the DP83865 PHY.
  106. config STE10XP
  107. tristate "Driver for STMicroelectronics STe10Xp PHYs"
  108. ---help---
  109. This is the driver for the STe100p and STe101p PHYs.
  110. config LSI_ET1011C_PHY
  111. tristate "Driver for LSI ET1011C PHY"
  112. ---help---
  113. Supports the LSI ET1011C PHY.
  114. config MICREL_PHY
  115. tristate "Driver for Micrel PHYs"
  116. ---help---
  117. Supports the KSZ9021, VSC8201, KS8001 PHYs.
  118. config DP83848_PHY
  119. tristate "Driver for Texas Instruments DP83848 PHY"
  120. ---help---
  121. Supports the DP83848 PHY.
  122. config DP83867_PHY
  123. tristate "Drivers for Texas Instruments DP83867 Gigabit PHY"
  124. ---help---
  125. Currently supports the DP83867 PHY.
  126. config MICROCHIP_PHY
  127. tristate "Drivers for Microchip PHYs"
  128. help
  129. Supports the LAN88XX PHYs.
  130. config FIXED_PHY
  131. tristate "Driver for MDIO Bus/PHY emulation with fixed speed/link PHYs"
  132. depends on PHYLIB
  133. select SWPHY
  134. ---help---
  135. Adds the platform "fixed" MDIO Bus to cover the boards that use
  136. PHYs that are not connected to the real MDIO bus.
  137. Currently tested with mpc866ads and mpc8349e-mitx.
  138. config MDIO_BITBANG
  139. tristate "Support for bitbanged MDIO buses"
  140. help
  141. This module implements the MDIO bus protocol in software,
  142. for use by low level drivers that export the ability to
  143. drive the relevant pins.
  144. If in doubt, say N.
  145. config MDIO_GPIO
  146. tristate "Support for GPIO lib-based bitbanged MDIO buses"
  147. depends on MDIO_BITBANG && GPIOLIB
  148. ---help---
  149. Supports GPIO lib-based MDIO busses.
  150. To compile this driver as a module, choose M here: the module
  151. will be called mdio-gpio.
  152. config MDIO_CAVIUM
  153. tristate
  154. config MDIO_OCTEON
  155. tristate "Support for MDIO buses on Octeon and some ThunderX SOCs"
  156. depends on 64BIT
  157. depends on HAS_IOMEM
  158. select MDIO_CAVIUM
  159. help
  160. This module provides a driver for the Octeon and ThunderX MDIO
  161. buses. It is required by the Octeon and ThunderX ethernet device
  162. drivers on some systems.
  163. config MDIO_THUNDER
  164. tristate "Support for MDIO buses on ThunderX SOCs"
  165. depends on 64BIT
  166. depends on PCI
  167. select MDIO_CAVIUM
  168. help
  169. This driver supports the MDIO interfaces found on Cavium
  170. ThunderX SoCs when the MDIO bus device appears as a PCI
  171. device.
  172. config MDIO_SUN4I
  173. tristate "Allwinner sun4i MDIO interface support"
  174. depends on ARCH_SUNXI
  175. help
  176. This driver supports the MDIO interface found in the network
  177. interface units of the Allwinner SoC that have an EMAC (A10,
  178. A12, A10s, etc.)
  179. config MDIO_MOXART
  180. tristate "MOXA ART MDIO interface support"
  181. depends on ARCH_MOXART
  182. help
  183. This driver supports the MDIO interface found in the network
  184. interface units of the MOXA ART SoC
  185. config MDIO_BUS_MUX
  186. tristate
  187. depends on OF_MDIO
  188. help
  189. This module provides a driver framework for MDIO bus
  190. multiplexers which connect one of several child MDIO busses
  191. to a parent bus. Switching between child busses is done by
  192. device specific drivers.
  193. config MDIO_BUS_MUX_GPIO
  194. tristate "Support for GPIO controlled MDIO bus multiplexers"
  195. depends on OF_GPIO && OF_MDIO
  196. select MDIO_BUS_MUX
  197. help
  198. This module provides a driver for MDIO bus multiplexers that
  199. are controlled via GPIO lines. The multiplexer connects one of
  200. several child MDIO busses to a parent bus. Child bus
  201. selection is under the control of GPIO lines.
  202. config MDIO_BUS_MUX_MMIOREG
  203. tristate "Support for MMIO device-controlled MDIO bus multiplexers"
  204. depends on OF_MDIO && HAS_IOMEM
  205. select MDIO_BUS_MUX
  206. help
  207. This module provides a driver for MDIO bus multiplexers that
  208. are controlled via a simple memory-mapped device, like an FPGA.
  209. The multiplexer connects one of several child MDIO busses to a
  210. parent bus. Child bus selection is under the control of one of
  211. the FPGA's registers.
  212. Currently, only 8-bit registers are supported.
  213. config MDIO_BUS_MUX_BCM_IPROC
  214. tristate "Support for iProc based MDIO bus multiplexers"
  215. depends on OF && OF_MDIO && (ARCH_BCM_IPROC || COMPILE_TEST)
  216. select MDIO_BUS_MUX
  217. default ARCH_BCM_IPROC
  218. help
  219. This module provides a driver for MDIO bus multiplexers found in
  220. iProc based Broadcom SoCs. This multiplexer connects one of several
  221. child MDIO bus to a parent bus. Buses could be internal as well as
  222. external and selection logic lies inside the same multiplexer.
  223. config MDIO_BCM_UNIMAC
  224. tristate "Broadcom UniMAC MDIO bus controller"
  225. depends on HAS_IOMEM
  226. help
  227. This module provides a driver for the Broadcom UniMAC MDIO busses.
  228. This hardware can be found in the Broadcom GENET Ethernet MAC
  229. controllers as well as some Broadcom Ethernet switches such as the
  230. Starfighter 2 switches.
  231. config MDIO_BCM_IPROC
  232. tristate "Broadcom iProc MDIO bus controller"
  233. depends on ARCH_BCM_IPROC || COMPILE_TEST
  234. depends on HAS_IOMEM && OF_MDIO
  235. help
  236. This module provides a driver for the MDIO busses found in the
  237. Broadcom iProc SoC's.
  238. config INTEL_XWAY_PHY
  239. tristate "Driver for Intel XWAY PHYs"
  240. ---help---
  241. Supports the Intel XWAY (former Lantiq) 11G and 22E PHYs.
  242. These PHYs are marked as standalone chips under the names
  243. PEF 7061, PEF 7071 and PEF 7072 or integrated into the Intel
  244. SoCs xRX200, xRX300, xRX330, xRX350 and xRX550.
  245. config MDIO_HISI_FEMAC
  246. tristate "Hisilicon FEMAC MDIO bus controller"
  247. depends on HAS_IOMEM && OF_MDIO
  248. help
  249. This module provides a driver for the MDIO busses found in the
  250. Hisilicon SoC that have an Fast Ethernet MAC.
  251. config MDIO_XGENE
  252. tristate "APM X-Gene SoC MDIO bus controller"
  253. help
  254. This module provides a driver for the MDIO busses found in the
  255. APM X-Gene SoC's.
  256. endif # PHYLIB
  257. config MICREL_KS8995MA
  258. tristate "Micrel KS8995MA 5-ports 10/100 managed Ethernet switch"
  259. depends on SPI