Kconfig 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  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 ICPLUS_PHY
  57. tristate "Drivers for ICPlus PHYs"
  58. ---help---
  59. Currently supports the IP175C and IP1001 PHYs.
  60. config REALTEK_PHY
  61. tristate "Drivers for Realtek PHYs"
  62. ---help---
  63. Supports the Realtek 821x PHY.
  64. config NATIONAL_PHY
  65. tristate "Drivers for National Semiconductor PHYs"
  66. ---help---
  67. Currently supports the DP83865 PHY.
  68. config STE10XP
  69. tristate "Driver for STMicroelectronics STe10Xp PHYs"
  70. ---help---
  71. This is the driver for the STe100p and STe101p PHYs.
  72. config LSI_ET1011C_PHY
  73. tristate "Driver for LSI ET1011C PHY"
  74. ---help---
  75. Supports the LSI ET1011C PHY.
  76. config MICREL_PHY
  77. tristate "Driver for Micrel PHYs"
  78. ---help---
  79. Supports the KSZ9021, VSC8201, KS8001 PHYs.
  80. config FIXED_PHY
  81. bool "Driver for MDIO Bus/PHY emulation with fixed speed/link PHYs"
  82. depends on PHYLIB=y
  83. ---help---
  84. Adds the platform "fixed" MDIO Bus to cover the boards that use
  85. PHYs that are not connected to the real MDIO bus.
  86. Currently tested with mpc866ads and mpc8349e-mitx.
  87. config MDIO_BITBANG
  88. tristate "Support for bitbanged MDIO buses"
  89. help
  90. This module implements the MDIO bus protocol in software,
  91. for use by low level drivers that export the ability to
  92. drive the relevant pins.
  93. If in doubt, say N.
  94. config MDIO_GPIO
  95. tristate "Support for GPIO lib-based bitbanged MDIO buses"
  96. depends on MDIO_BITBANG && GENERIC_GPIO
  97. ---help---
  98. Supports GPIO lib-based MDIO busses.
  99. To compile this driver as a module, choose M here: the module
  100. will be called mdio-gpio.
  101. config MDIO_OCTEON
  102. tristate "Support for MDIO buses on Octeon SOCs"
  103. depends on CPU_CAVIUM_OCTEON
  104. default y
  105. help
  106. This module provides a driver for the Octeon MDIO busses.
  107. It is required by the Octeon Ethernet device drivers.
  108. If in doubt, say Y.
  109. config MDIO_BUS_MUX
  110. tristate
  111. depends on OF_MDIO
  112. help
  113. This module provides a driver framework for MDIO bus
  114. multiplexers which connect one of several child MDIO busses
  115. to a parent bus. Switching between child busses is done by
  116. device specific drivers.
  117. config MDIO_BUS_MUX_GPIO
  118. tristate "Support for GPIO controlled MDIO bus multiplexers"
  119. depends on OF_GPIO && OF_MDIO
  120. select MDIO_BUS_MUX
  121. help
  122. This module provides a driver for MDIO bus multiplexers that
  123. are controlled via GPIO lines. The multiplexer connects one of
  124. several child MDIO busses to a parent bus. Child bus
  125. selection is under the control of GPIO lines.
  126. endif # PHYLIB
  127. config MICREL_KS8995MA
  128. tristate "Micrel KS8995MA 5-ports 10/100 managed Ethernet switch"
  129. depends on SPI