Kconfig 4.7 KB

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