Kconfig 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. #
  2. # PHY Layer Configuration
  3. #
  4. menuconfig PHYLIB
  5. tristate "PHY Device support and infrastructure"
  6. depends on !S390
  7. depends on NETDEVICES
  8. help
  9. Ethernet controllers are usually attached to PHY
  10. devices. This option provides infrastructure for
  11. managing PHY devices.
  12. if PHYLIB
  13. comment "MII PHY device drivers"
  14. config AMD_PHY
  15. tristate "Drivers for the AMD PHYs"
  16. ---help---
  17. Currently supports the am79c874
  18. config MARVELL_PHY
  19. tristate "Drivers for Marvell PHYs"
  20. ---help---
  21. Currently has a driver for the 88E1011S
  22. config DAVICOM_PHY
  23. tristate "Drivers for Davicom PHYs"
  24. ---help---
  25. Currently supports dm9161e and dm9131
  26. config QSEMI_PHY
  27. tristate "Drivers for Quality Semiconductor PHYs"
  28. ---help---
  29. Currently supports the qs6612
  30. config LXT_PHY
  31. tristate "Drivers for the Intel LXT PHYs"
  32. ---help---
  33. Currently supports the lxt970, lxt971
  34. config CICADA_PHY
  35. tristate "Drivers for the Cicada PHYs"
  36. ---help---
  37. Currently supports the cis8204
  38. config VITESSE_PHY
  39. tristate "Drivers for the Vitesse PHYs"
  40. ---help---
  41. Currently supports the vsc8244
  42. config SMSC_PHY
  43. tristate "Drivers for SMSC PHYs"
  44. ---help---
  45. Currently supports the LAN83C185, LAN8187 and LAN8700 PHYs
  46. config BROADCOM_PHY
  47. tristate "Drivers for Broadcom PHYs"
  48. ---help---
  49. Currently supports the BCM5411, BCM5421, BCM5461, BCM5464, BCM5481
  50. and BCM5482 PHYs.
  51. config BCM63XX_PHY
  52. tristate "Drivers for Broadcom 63xx SOCs internal PHY"
  53. depends on BCM63XX
  54. ---help---
  55. Currently supports the 6348 and 6358 PHYs.
  56. config BCM87XX_PHY
  57. tristate "Driver for Broadcom BCM8706 and BCM8727 PHYs"
  58. help
  59. Currently supports the BCM8706 and BCM8727 10G Ethernet PHYs.
  60. config ICPLUS_PHY
  61. tristate "Drivers for ICPlus PHYs"
  62. ---help---
  63. Currently supports the IP175C and IP1001 PHYs.
  64. config REALTEK_PHY
  65. tristate "Drivers for Realtek PHYs"
  66. ---help---
  67. Supports the Realtek 821x PHY.
  68. config NATIONAL_PHY
  69. tristate "Drivers for National Semiconductor PHYs"
  70. ---help---
  71. Currently supports the DP83865 PHY.
  72. config STE10XP
  73. tristate "Driver for STMicroelectronics STe10Xp PHYs"
  74. ---help---
  75. This is the driver for the STe100p and STe101p PHYs.
  76. config LSI_ET1011C_PHY
  77. tristate "Driver for LSI ET1011C PHY"
  78. ---help---
  79. Supports the LSI ET1011C PHY.
  80. config MICREL_PHY
  81. tristate "Driver for Micrel PHYs"
  82. ---help---
  83. Supports the KSZ9021, VSC8201, KS8001 PHYs.
  84. config FIXED_PHY
  85. bool "Driver for MDIO Bus/PHY emulation with fixed speed/link PHYs"
  86. depends on PHYLIB=y
  87. ---help---
  88. Adds the platform "fixed" MDIO Bus to cover the boards that use
  89. PHYs that are not connected to the real MDIO bus.
  90. Currently tested with mpc866ads and mpc8349e-mitx.
  91. config MDIO_BITBANG
  92. tristate "Support for bitbanged MDIO buses"
  93. help
  94. This module implements the MDIO bus protocol in software,
  95. for use by low level drivers that export the ability to
  96. drive the relevant pins.
  97. If in doubt, say N.
  98. config MDIO_GPIO
  99. tristate "Support for GPIO lib-based bitbanged MDIO buses"
  100. depends on MDIO_BITBANG && GENERIC_GPIO
  101. ---help---
  102. Supports GPIO lib-based MDIO busses.
  103. To compile this driver as a module, choose M here: the module
  104. will be called mdio-gpio.
  105. config MDIO_OCTEON
  106. tristate "Support for MDIO buses on Octeon SOCs"
  107. depends on CPU_CAVIUM_OCTEON
  108. default y
  109. help
  110. This module provides a driver for the Octeon MDIO busses.
  111. It is required by the Octeon Ethernet device drivers.
  112. If in doubt, say Y.
  113. config MDIO_BUS_MUX
  114. tristate
  115. depends on OF_MDIO
  116. help
  117. This module provides a driver framework for MDIO bus
  118. multiplexers which connect one of several child MDIO busses
  119. to a parent bus. Switching between child busses is done by
  120. device specific drivers.
  121. config MDIO_BUS_MUX_GPIO
  122. tristate "Support for GPIO controlled MDIO bus multiplexers"
  123. depends on OF_GPIO && OF_MDIO
  124. select MDIO_BUS_MUX
  125. help
  126. This module provides a driver for MDIO bus multiplexers that
  127. are controlled via GPIO lines. The multiplexer connects one of
  128. several child MDIO busses to a parent bus. Child bus
  129. selection is under the control of GPIO lines.
  130. endif # PHYLIB
  131. config MICREL_KS8995MA
  132. tristate "Micrel KS8995MA 5-ports 10/100 managed Ethernet switch"
  133. depends on SPI