Kconfig 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218
  1. config DM_ETH
  2. bool "Enable Driver Model for Ethernet drivers"
  3. depends on DM
  4. help
  5. Enable driver model for Ethernet.
  6. The eth_*() interface will be implemented by the UC_ETH class
  7. This is currently implemented in net/eth.c
  8. Look in include/net.h for details.
  9. config PHYLIB
  10. bool "Ethernet PHY (physical media interface) support"
  11. help
  12. Enable Ethernet PHY (physical media interface) support.
  13. config RTL8211X_PHY_FORCE_MASTER
  14. bool "Ethernet PHY RTL8211x: force 1000BASE-T master mode"
  15. depends on PHYLIB
  16. help
  17. Force master mode for 1000BASE-T on RTl8211x PHYs (except for RTL8211F).
  18. This can work around link stability and data corruption issues on gigabit
  19. links which can occur in slave mode on certain PHYs, e.g. on the
  20. RTL8211C(L).
  21. Please note that two directly connected devices (i.e. via crossover cable)
  22. will not be able to establish a link between each other if they both force
  23. master mode. Multiple devices forcing master mode when connected by a
  24. network switch do not pose a problem as the switch configures its affected
  25. ports into slave mode.
  26. This option only affects gigabit links. If you must establish a direct
  27. connection between two devices which both force master mode, try forcing
  28. the link speed to 100MBit/s.
  29. If unsure, say N.
  30. menuconfig NETDEVICES
  31. bool "Network device support"
  32. depends on NET
  33. default y if DM_ETH
  34. help
  35. You must select Y to enable any network device support
  36. Generally if you have any networking support this is a given
  37. If unsure, say Y
  38. if NETDEVICES
  39. config AG7XXX
  40. bool "Atheros AG7xxx Ethernet MAC support"
  41. depends on DM_ETH && ARCH_ATH79
  42. select PHYLIB
  43. help
  44. This driver supports the Atheros AG7xxx Ethernet MAC. This MAC is
  45. present in the Atheros AR7xxx, AR9xxx and QCA9xxx MIPS chips.
  46. config ALTERA_TSE
  47. bool "Altera Triple-Speed Ethernet MAC support"
  48. depends on DM_ETH
  49. select PHYLIB
  50. help
  51. This driver supports the Altera Triple-Speed (TSE) Ethernet MAC.
  52. Please find details on the "Triple-Speed Ethernet MegaCore Function
  53. Resource Center" of Altera.
  54. config DWC_ETH_QOS
  55. bool "Synopsys DWC Ethernet QOS device support"
  56. depends on DM_ETH
  57. select PHYLIB
  58. help
  59. This driver supports the Synopsys Designware Ethernet QOS (Quality
  60. Of Service) IP block. The IP supports many options for bus type,
  61. clocking/reset structure, and feature list. This driver currently
  62. supports the specific configuration used in NVIDIA's Tegra186 chip,
  63. but should be extensible to other combinations quite easily.
  64. config E1000
  65. bool "Intel PRO/1000 Gigabit Ethernet support"
  66. help
  67. This driver supports Intel(R) PRO/1000 gigabit ethernet family of
  68. adapters. For more information on how to identify your adapter, go
  69. to the Adapter & Driver ID Guide at:
  70. <http://support.intel.com/support/network/adapter/pro100/21397.htm>
  71. config E1000_SPI_GENERIC
  72. bool "Allow access to the Intel 8257x SPI bus"
  73. depends on E1000
  74. help
  75. Allow generic access to the SPI bus on the Intel 8257x, for
  76. example with the "sspi" command.
  77. config E1000_SPI
  78. bool "Enable SPI bus utility code"
  79. depends on E1000
  80. help
  81. Utility code for direct access to the SPI bus on Intel 8257x.
  82. This does not do anything useful unless you set at least one
  83. of CONFIG_CMD_E1000 or CONFIG_E1000_SPI_GENERIC.
  84. config CMD_E1000
  85. bool "Enable the e1000 command"
  86. depends on E1000
  87. help
  88. This enables the 'e1000' management command for E1000 devices. When
  89. used on devices with SPI support you can reprogram the EEPROM from
  90. U-Boot.
  91. config ETH_SANDBOX
  92. depends on DM_ETH && SANDBOX
  93. default y
  94. bool "Sandbox: Mocked Ethernet driver"
  95. help
  96. This driver simply responds with fake ARP replies and ping
  97. replies that are used to verify network stack functionality
  98. This driver is particularly useful in the test/dm/eth.c tests
  99. config ETH_SANDBOX_RAW
  100. depends on DM_ETH && SANDBOX
  101. default y
  102. bool "Sandbox: Bridge to Linux Raw Sockets"
  103. help
  104. This driver is a bridge from the bottom of the network stack
  105. in U-Boot to the RAW AF_PACKET API in Linux. This allows real
  106. network traffic to be tested from within sandbox. See
  107. board/sandbox/README.sandbox for more details.
  108. config ETH_DESIGNWARE
  109. bool "Synopsys Designware Ethernet MAC"
  110. select PHYLIB
  111. help
  112. This MAC is present in SoCs from various vendors. It supports
  113. 100Mbit and 1 Gbit operation. You must enable CONFIG_PHYLIB to
  114. provide the PHY (physical media interface).
  115. config ETHOC
  116. bool "OpenCores 10/100 Mbps Ethernet MAC"
  117. help
  118. This MAC is present in OpenRISC and Xtensa XTFPGA boards.
  119. config FEC_MXC
  120. bool "FEC Ethernet controller"
  121. depends on MX5 || MX6
  122. help
  123. This driver supports the 10/100 Fast Ethernet controller for
  124. NXP i.MX processors.
  125. config MVPP2
  126. bool "Marvell Armada 375 network interface support"
  127. depends on ARMADA_375
  128. select PHYLIB
  129. help
  130. This driver supports the network interface units in the
  131. Marvell ARMADA 375 SoC.
  132. config PCH_GBE
  133. bool "Intel Platform Controller Hub EG20T GMAC driver"
  134. depends on DM_ETH && DM_PCI
  135. select PHYLIB
  136. help
  137. This MAC is present in Intel Platform Controller Hub EG20T. It
  138. supports 10/100/1000 Mbps operation.
  139. config RTL8139
  140. bool "Realtek 8139 series Ethernet controller driver"
  141. help
  142. This driver supports Realtek 8139 series fast ethernet family of
  143. PCI chipsets/adapters.
  144. config RTL8169
  145. bool "Realtek 8169 series Ethernet controller driver"
  146. help
  147. This driver supports Realtek 8169 series gigabit ethernet family of
  148. PCI/PCIe chipsets/adapters.
  149. config SUN8I_EMAC
  150. bool "Allwinner Sun8i Ethernet MAC support"
  151. depends on DM_ETH
  152. select PHYLIB
  153. help
  154. This driver supports the Allwinner based SUN8I/SUN50I Ethernet MAC.
  155. It can be found in H3/A64/A83T based SoCs and compatible with both
  156. External and Internal PHY's.
  157. config XILINX_AXIEMAC
  158. depends on DM_ETH && (MICROBLAZE || ARCH_ZYNQ || ARCH_ZYNQMP)
  159. select PHYLIB
  160. select MII
  161. bool "Xilinx AXI Ethernet"
  162. help
  163. This MAC is present in Xilinx Microblaze, Zynq and ZynqMP SoCs.
  164. config XILINX_EMACLITE
  165. depends on DM_ETH && (MICROBLAZE || ARCH_ZYNQ || ARCH_ZYNQMP || MIPS)
  166. select PHYLIB
  167. select MII
  168. bool "Xilinx Ethernetlite"
  169. help
  170. This MAC is present in Xilinx Microblaze, Zynq and ZynqMP SoCs.
  171. config ZYNQ_GEM
  172. depends on DM_ETH && (ARCH_ZYNQ || ARCH_ZYNQMP)
  173. select PHYLIB
  174. bool "Xilinx Ethernet GEM"
  175. help
  176. This MAC is present in Xilinx Zynq and ZynqMP SoCs.
  177. config PIC32_ETH
  178. bool "Microchip PIC32 Ethernet Support"
  179. depends on DM_ETH && MACH_PIC32
  180. select PHYLIB
  181. help
  182. This driver implements 10/100 Mbps Ethernet and MAC layer for
  183. Microchip PIC32 microcontrollers.
  184. endif # NETDEVICES