Kconfig 4.7 KB

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