Kconfig 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692
  1. source "drivers/net/phy/Kconfig"
  2. source "drivers/net/pfe_eth/Kconfig"
  3. source "drivers/net/fsl-mc/Kconfig"
  4. config DM_ETH
  5. bool "Enable Driver Model for Ethernet drivers"
  6. depends on DM
  7. help
  8. Enable driver model for Ethernet.
  9. The eth_*() interface will be implemented by the UCLASS_ETH class
  10. This is currently implemented in net/eth-uclass.c
  11. Look in include/net.h for details.
  12. config DM_MDIO
  13. bool "Enable Driver Model for MDIO devices"
  14. depends on DM_ETH && PHYLIB
  15. help
  16. Enable driver model for MDIO devices
  17. Adds UCLASS_MDIO DM class supporting MDIO buses that are probed as
  18. stand-alone devices. Useful in particular for systems that support
  19. DM_ETH and have a stand-alone MDIO hardware block shared by multiple
  20. Ethernet interfaces.
  21. This is currently implemented in net/mdio-uclass.c
  22. Look in include/miiphy.h for details.
  23. config DM_MDIO_MUX
  24. bool "Enable Driver Model for MDIO MUX devices"
  25. depends on DM_MDIO
  26. help
  27. Enable driver model for MDIO MUX devices
  28. Adds UCLASS_MDIO_MUX DM class supporting MDIO MUXes. Useful for
  29. systems that support DM_MDIO and integrate one or multiple muxes on
  30. the MDIO bus.
  31. This is currently implemented in net/mdio-mux-uclass.c
  32. Look in include/miiphy.h for details.
  33. config MDIO_SANDBOX
  34. depends on DM_MDIO && SANDBOX
  35. default y
  36. bool "Sandbox: Mocked MDIO driver"
  37. help
  38. This driver implements dummy read/write/reset MDIO functions mimicking
  39. a bus with a single PHY.
  40. This driver is used in for testing in test/dm/mdio.c
  41. config MDIO_MUX_SANDBOX
  42. depends on DM_MDIO_MUX && MDIO_SANDBOX
  43. default y
  44. bool "Sandbox: Mocked MDIO-MUX driver"
  45. help
  46. This driver implements dummy select/deselect ops mimicking a MUX on
  47. the MDIO bux. It uses mdio_sandbox driver as parent MDIO.
  48. This driver is used for testing in test/dm/mdio.c
  49. config DM_ETH_PHY
  50. bool "Enable Driver Model for Ethernet Generic PHY drivers"
  51. depends on DM
  52. help
  53. Enable driver model for Ethernet Generic PHY .
  54. menuconfig NETDEVICES
  55. bool "Network device support"
  56. depends on NET
  57. default y if DM_ETH
  58. help
  59. You must select Y to enable any network device support
  60. Generally if you have any networking support this is a given
  61. If unsure, say Y
  62. if NETDEVICES
  63. config PHY_GIGE
  64. bool "Enable GbE PHY status parsing and configuration"
  65. help
  66. Enables support for parsing the status output and for
  67. configuring GbE PHYs (affects the inner workings of some
  68. commands and miiphyutil.c).
  69. config AG7XXX
  70. bool "Atheros AG7xxx Ethernet MAC support"
  71. depends on DM_ETH && ARCH_ATH79
  72. select PHYLIB
  73. help
  74. This driver supports the Atheros AG7xxx Ethernet MAC. This MAC is
  75. present in the Atheros AR7xxx, AR9xxx and QCA9xxx MIPS chips.
  76. config ALTERA_TSE
  77. bool "Altera Triple-Speed Ethernet MAC support"
  78. depends on DM_ETH
  79. select PHYLIB
  80. help
  81. This driver supports the Altera Triple-Speed (TSE) Ethernet MAC.
  82. Please find details on the "Triple-Speed Ethernet MegaCore Function
  83. Resource Center" of Altera.
  84. config BCM_SF2_ETH
  85. bool "Broadcom SF2 (Starfighter2) Ethernet support"
  86. select PHYLIB
  87. help
  88. This is an abstract framework which provides a generic interface
  89. to MAC and DMA management for multiple Broadcom SoCs such as
  90. Cygnus, NSP and bcm28155_ap platforms.
  91. config BCM_SF2_ETH_DEFAULT_PORT
  92. int "Broadcom SF2 (Starfighter2) Ethernet default port number"
  93. depends on BCM_SF2_ETH
  94. default 0
  95. help
  96. Default port number for the Starfighter2 ethernet driver.
  97. config BCM_SF2_ETH_GMAC
  98. bool "Broadcom SF2 (Starfighter2) GMAC Ethernet support"
  99. depends on BCM_SF2_ETH
  100. help
  101. This flag enables the ethernet support for Broadcom platforms with
  102. GMAC such as Cygnus. This driver is based on the framework provided
  103. by the BCM_SF2_ETH driver.
  104. Say Y to any bcmcygnus based platforms.
  105. config BCM6348_ETH
  106. bool "BCM6348 EMAC support"
  107. depends on DM_ETH && ARCH_BMIPS
  108. select DMA
  109. select DMA_CHANNELS
  110. select MII
  111. select PHYLIB
  112. help
  113. This driver supports the BCM6348 Ethernet MAC.
  114. config BCM6368_ETH
  115. bool "BCM6368 EMAC support"
  116. depends on DM_ETH && ARCH_BMIPS
  117. select DMA
  118. select MII
  119. help
  120. This driver supports the BCM6368 Ethernet MAC.
  121. config BCMGENET
  122. bool "BCMGENET V5 support"
  123. depends on DM_ETH
  124. select PHYLIB
  125. help
  126. This driver supports the BCMGENET Ethernet MAC.
  127. config DWC_ETH_QOS
  128. bool "Synopsys DWC Ethernet QOS device support"
  129. depends on DM_ETH
  130. select PHYLIB
  131. help
  132. This driver supports the Synopsys Designware Ethernet QOS (Quality
  133. Of Service) IP block. The IP supports many options for bus type,
  134. clocking/reset structure, and feature list. This driver currently
  135. supports the specific configuration used in NVIDIA's Tegra186 chip,
  136. but should be extensible to other combinations quite easily.
  137. config E1000
  138. bool "Intel PRO/1000 Gigabit Ethernet support"
  139. depends on (DM_ETH && DM_PCI) || !DM_ETH
  140. help
  141. This driver supports Intel(R) PRO/1000 gigabit ethernet family of
  142. adapters. For more information on how to identify your adapter, go
  143. to the Adapter & Driver ID Guide at:
  144. <http://support.intel.com/support/network/adapter/pro100/21397.htm>
  145. config E1000_SPI_GENERIC
  146. bool "Allow access to the Intel 8257x SPI bus"
  147. depends on E1000
  148. help
  149. Allow generic access to the SPI bus on the Intel 8257x, for
  150. example with the "sspi" command.
  151. config E1000_SPI
  152. bool "Enable SPI bus utility code"
  153. depends on E1000
  154. help
  155. Utility code for direct access to the SPI bus on Intel 8257x.
  156. This does not do anything useful unless you set at least one
  157. of CONFIG_CMD_E1000 or CONFIG_E1000_SPI_GENERIC.
  158. config CMD_E1000
  159. bool "Enable the e1000 command"
  160. depends on E1000
  161. help
  162. This enables the 'e1000' management command for E1000 devices. When
  163. used on devices with SPI support you can reprogram the EEPROM from
  164. U-Boot.
  165. config EEPRO100
  166. bool "Intel PRO/100 82557/82559/82559ER Fast Ethernet support"
  167. help
  168. This driver supports Intel(R) PRO/100 82557/82559/82559ER fast
  169. ethernet family of adapters.
  170. config ETH_SANDBOX
  171. depends on DM_ETH && SANDBOX
  172. default y
  173. bool "Sandbox: Mocked Ethernet driver"
  174. help
  175. This driver simply responds with fake ARP replies and ping
  176. replies that are used to verify network stack functionality
  177. This driver is particularly useful in the test/dm/eth.c tests
  178. config ETH_SANDBOX_RAW
  179. depends on DM_ETH && SANDBOX
  180. default y
  181. bool "Sandbox: Bridge to Linux Raw Sockets"
  182. help
  183. This driver is a bridge from the bottom of the network stack
  184. in U-Boot to the RAW AF_PACKET API in Linux. This allows real
  185. network traffic to be tested from within sandbox. See
  186. doc/arch/index.rst for more details.
  187. config ETH_DESIGNWARE
  188. bool "Synopsys Designware Ethernet MAC"
  189. select PHYLIB
  190. imply ETH_DESIGNWARE_SOCFPGA if ARCH_SOCFPGA
  191. help
  192. This MAC is present in SoCs from various vendors. It supports
  193. 100Mbit and 1 Gbit operation. You must enable CONFIG_PHYLIB to
  194. provide the PHY (physical media interface).
  195. config ETH_DESIGNWARE_SOCFPGA
  196. select REGMAP
  197. select SYSCON
  198. bool "Altera SoCFPGA extras for Synopsys Designware Ethernet MAC"
  199. depends on DM_ETH && ETH_DESIGNWARE
  200. help
  201. The Altera SoCFPGA requires additional configuration of the
  202. Altera system manager to correctly interface with the PHY.
  203. This code handles those SoC specifics.
  204. config ETH_DESIGNWARE_S700
  205. bool "Actins S700 glue driver for Synopsys Designware Ethernet MAC"
  206. depends on DM_ETH && ETH_DESIGNWARE
  207. help
  208. This provides glue layer to use Synopsys Designware Ethernet MAC
  209. present on Actions S700 SoC.
  210. config ETHOC
  211. bool "OpenCores 10/100 Mbps Ethernet MAC"
  212. help
  213. This MAC is present in OpenRISC and Xtensa XTFPGA boards.
  214. config FEC_MXC_SHARE_MDIO
  215. bool "Share the MDIO bus for FEC controller"
  216. depends on FEC_MXC
  217. config FEC_MXC_MDIO_BASE
  218. hex "MDIO base address for the FEC controller"
  219. depends on FEC_MXC_SHARE_MDIO
  220. help
  221. This specifies the MDIO registers base address. It is used when
  222. two FEC controllers share MDIO bus.
  223. config FEC_MXC
  224. bool "FEC Ethernet controller"
  225. depends on MX28 || MX5 || MX6 || MX7 || IMX8 || IMX8M || VF610
  226. help
  227. This driver supports the 10/100 Fast Ethernet controller for
  228. NXP i.MX processors.
  229. config FMAN_ENET
  230. bool "Freescale FMan ethernet support"
  231. depends on ARM || PPC
  232. help
  233. This driver support the Freescale FMan Ethernet controller
  234. config FTMAC100
  235. bool "Ftmac100 Ethernet Support"
  236. help
  237. This MAC is present in Andestech SoCs.
  238. config FTGMAC100
  239. bool "Ftgmac100 Ethernet Support"
  240. depends on DM_ETH
  241. select PHYLIB
  242. help
  243. This driver supports the Faraday's FTGMAC100 Gigabit SoC
  244. Ethernet controller that can be found on Aspeed SoCs (which
  245. include NCSI).
  246. It is fully compliant with IEEE 802.3 specification for
  247. 10/100 Mbps Ethernet and IEEE 802.3z specification for 1000
  248. Mbps Ethernet and includes Reduced Media Independent
  249. Interface (RMII) and Reduced Gigabit Media Independent
  250. Interface (RGMII) interfaces. It adopts an AHB bus interface
  251. and integrates a link list DMA engine with direct M-Bus
  252. accesses for transmitting and receiving packets. It has
  253. independent TX/RX fifos, supports half and full duplex (1000
  254. Mbps mode only supports full duplex), flow control for full
  255. duplex and backpressure for half duplex.
  256. The FTGMAC100 also implements IP, TCP, UDP checksum offloads
  257. and supports IEEE 802.1Q VLAN tag insertion and removal. It
  258. offers high-priority transmit queue for QoS and CoS
  259. applications.
  260. config MCFFEC
  261. bool "ColdFire Ethernet Support"
  262. depends on DM_ETH
  263. select PHYLIB
  264. help
  265. This driver supports the network interface units in the
  266. ColdFire family.
  267. config FSLDMAFEC
  268. bool "ColdFire DMA Ethernet Support"
  269. depends on DM_ETH
  270. select PHYLIB
  271. help
  272. This driver supports the network interface units in the
  273. ColdFire family.
  274. config KS8851_MLL
  275. bool "Microchip KS8851-MLL controller driver"
  276. help
  277. The Microchip KS8851 parallel bus external ethernet interface chip.
  278. if KS8851_MLL
  279. if !DM_ETH
  280. config KS8851_MLL_BASEADDR
  281. hex "Microchip KS8851-MLL Base Address"
  282. help
  283. Define this to hold the physical address of the device (I/O space)
  284. endif #DM_ETH
  285. endif #KS8851_MLL
  286. config MVGBE
  287. bool "Marvell Orion5x/Kirkwood network interface support"
  288. depends on ARCH_KIRKWOOD || ARCH_ORION5X
  289. select PHYLIB if DM_ETH
  290. help
  291. This driver supports the network interface units in the
  292. Marvell Orion5x and Kirkwood SoCs
  293. config MVNETA
  294. bool "Marvell Armada XP/385/3700 network interface support"
  295. depends on ARMADA_XP || ARMADA_38X || ARMADA_3700
  296. select PHYLIB
  297. help
  298. This driver supports the network interface units in the
  299. Marvell ARMADA XP, ARMADA 38X and ARMADA 3700 SoCs
  300. config MVPP2
  301. bool "Marvell Armada 375/7K/8K network interface support"
  302. depends on ARMADA_375 || ARMADA_8K
  303. select PHYLIB
  304. select MVMDIO
  305. select DM_MDIO
  306. help
  307. This driver supports the network interface units in the
  308. Marvell ARMADA 375, 7K and 8K SoCs.
  309. config MACB
  310. bool "Cadence MACB/GEM Ethernet Interface"
  311. depends on DM_ETH
  312. select PHYLIB
  313. help
  314. The Cadence MACB ethernet interface is found on many Atmel
  315. AT91 and SAMA5 parts. This driver also supports the Cadence
  316. GEM (Gigabit Ethernet MAC) found in some ARM SoC devices.
  317. Say Y to include support for the MACB/GEM chip.
  318. config MACB_ZYNQ
  319. bool "Cadence MACB/GEM Ethernet Interface for Xilinx Zynq"
  320. depends on MACB
  321. help
  322. The Cadence MACB ethernet interface was used on Zynq platform.
  323. Say Y to enable support for the MACB/GEM in Zynq chip.
  324. config MT7628_ETH
  325. bool "MediaTek MT7628 Ethernet Interface"
  326. depends on SOC_MT7628
  327. select PHYLIB
  328. help
  329. The MediaTek MT7628 ethernet interface is used on MT7628 and
  330. MT7688 based boards.
  331. config PCH_GBE
  332. bool "Intel Platform Controller Hub EG20T GMAC driver"
  333. depends on DM_ETH && DM_PCI
  334. select PHYLIB
  335. help
  336. This MAC is present in Intel Platform Controller Hub EG20T. It
  337. supports 10/100/1000 Mbps operation.
  338. config RGMII
  339. bool "Enable RGMII"
  340. help
  341. Enable the support of the Reduced Gigabit Media-Independent
  342. Interface (RGMII).
  343. config MII
  344. bool "Enable MII"
  345. help
  346. Enable support of the Media-Independent Interface (MII)
  347. config PCNET
  348. bool "AMD PCnet series Ethernet controller driver"
  349. help
  350. This driver supports AMD PCnet series fast ethernet family of
  351. PCI chipsets/adapters.
  352. config RTL8139
  353. bool "Realtek 8139 series Ethernet controller driver"
  354. help
  355. This driver supports Realtek 8139 series fast ethernet family of
  356. PCI chipsets/adapters.
  357. config RTL8169
  358. bool "Realtek 8169 series Ethernet controller driver"
  359. help
  360. This driver supports Realtek 8169 series gigabit ethernet family of
  361. PCI/PCIe chipsets/adapters.
  362. config SMC911X
  363. bool "SMSC LAN911x and LAN921x controller driver"
  364. if SMC911X
  365. if !DM_ETH
  366. config SMC911X_BASE
  367. hex "SMC911X Base Address"
  368. help
  369. Define this to hold the physical address
  370. of the device (I/O space)
  371. endif #DM_ETH
  372. choice
  373. prompt "SMC911X bus width"
  374. default SMC911X_16_BIT
  375. config SMC911X_32_BIT
  376. bool "Enable 32-bit interface"
  377. config SMC911X_16_BIT
  378. bool "Enable 16-bit interface"
  379. help
  380. Define this if data bus is 16 bits. If your processor
  381. automatically converts one 32 bit word to two 16 bit
  382. words you may also try CONFIG_SMC911X_32_BIT.
  383. endchoice
  384. endif #SMC911X
  385. config SUN7I_GMAC
  386. bool "Enable Allwinner GMAC Ethernet support"
  387. help
  388. Enable the support for Sun7i GMAC Ethernet controller
  389. config SUN7I_GMAC_FORCE_TXERR
  390. bool "Force PA17 as gmac function"
  391. depends on SUN7I_GMAC
  392. help
  393. Some ethernet phys needs TXERR control. Since the GMAC
  394. doesn't have such signal, setting PA17 as GMAC function
  395. makes the pin output low, which enables data transmission.
  396. config SUN4I_EMAC
  397. bool "Allwinner Sun4i Ethernet MAC support"
  398. depends on DM_ETH
  399. select PHYLIB
  400. help
  401. This driver supports the Allwinner based SUN4I Ethernet MAC.
  402. config SUN8I_EMAC
  403. bool "Allwinner Sun8i Ethernet MAC support"
  404. depends on DM_ETH
  405. select PHYLIB
  406. select PHY_GIGE
  407. help
  408. This driver supports the Allwinner based SUN8I/SUN50I Ethernet MAC.
  409. It can be found in H3/A64/A83T based SoCs and compatible with both
  410. External and Internal PHYs.
  411. config SH_ETHER
  412. bool "Renesas SH Ethernet MAC"
  413. select PHYLIB
  414. help
  415. This driver supports the Ethernet for Renesas SH and ARM SoCs.
  416. source "drivers/net/ti/Kconfig"
  417. config XILINX_AXIEMAC
  418. depends on DM_ETH && (MICROBLAZE || ARCH_ZYNQ || ARCH_ZYNQMP)
  419. select PHYLIB
  420. select MII
  421. bool "Xilinx AXI Ethernet"
  422. help
  423. This MAC is present in Xilinx Microblaze, Zynq and ZynqMP SoCs.
  424. config XILINX_EMACLITE
  425. depends on DM_ETH && (MICROBLAZE || ARCH_ZYNQ || ARCH_ZYNQMP || MIPS)
  426. select PHYLIB
  427. select MII
  428. bool "Xilinx Ethernetlite"
  429. help
  430. This MAC is present in Xilinx Microblaze, Zynq and ZynqMP SoCs.
  431. config ZYNQ_GEM
  432. depends on DM_ETH && (ARCH_ZYNQ || ARCH_ZYNQMP || ARCH_VERSAL)
  433. select PHYLIB
  434. bool "Xilinx Ethernet GEM"
  435. help
  436. This MAC is present in Xilinx Zynq and ZynqMP SoCs.
  437. config PIC32_ETH
  438. bool "Microchip PIC32 Ethernet Support"
  439. depends on DM_ETH && MACH_PIC32
  440. select PHYLIB
  441. help
  442. This driver implements 10/100 Mbps Ethernet and MAC layer for
  443. Microchip PIC32 microcontrollers.
  444. config GMAC_ROCKCHIP
  445. bool "Rockchip Synopsys Designware Ethernet MAC"
  446. depends on DM_ETH && ETH_DESIGNWARE
  447. help
  448. This driver provides Rockchip SoCs network support based on the
  449. Synopsys Designware driver.
  450. config RENESAS_RAVB
  451. bool "Renesas Ethernet AVB MAC"
  452. depends on DM_ETH && RCAR_GEN3
  453. select PHYLIB
  454. help
  455. This driver implements support for the Ethernet AVB block in
  456. Renesas M3 and H3 SoCs.
  457. config MPC8XX_FEC
  458. bool "Fast Ethernet Controller on MPC8XX"
  459. depends on MPC8xx
  460. select MII
  461. help
  462. This driver implements support for the Fast Ethernet Controller
  463. on MPC8XX
  464. config SNI_AVE
  465. bool "Socionext AVE Ethernet support"
  466. depends on DM_ETH && ARCH_UNIPHIER
  467. select PHYLIB
  468. select SYSCON
  469. select REGMAP
  470. help
  471. This driver implements support for the Socionext AVE Ethernet
  472. controller, as found on the Socionext UniPhier family.
  473. source "drivers/net/mscc_eswitch/Kconfig"
  474. config ETHER_ON_FEC1
  475. bool "FEC1"
  476. depends on MPC8XX_FEC
  477. default y
  478. config FEC1_PHY
  479. int "FEC1 PHY"
  480. depends on ETHER_ON_FEC1
  481. default -1
  482. help
  483. Define to the hardcoded PHY address which corresponds
  484. to the given FEC; i. e.
  485. #define CONFIG_FEC1_PHY 4
  486. means that the PHY with address 4 is connected to FEC1
  487. When set to -1, means to probe for first available.
  488. config PHY_NORXERR
  489. bool "PHY_NORXERR"
  490. depends on ETHER_ON_FEC1
  491. default n
  492. help
  493. The PHY does not have a RXERR line (RMII only).
  494. (so program the FEC to ignore it).
  495. config ETHER_ON_FEC2
  496. bool "FEC2"
  497. depends on MPC8XX_FEC && MPC885
  498. default y
  499. config FEC2_PHY
  500. int "FEC2 PHY"
  501. depends on ETHER_ON_FEC2
  502. default -1
  503. help
  504. Define to the hardcoded PHY address which corresponds
  505. to the given FEC; i. e.
  506. #define CONFIG_FEC1_PHY 4
  507. means that the PHY with address 4 is connected to FEC1
  508. When set to -1, means to probe for first available.
  509. config FEC2_PHY_NORXERR
  510. bool "PHY_NORXERR"
  511. depends on ETHER_ON_FEC2
  512. default n
  513. help
  514. The PHY does not have a RXERR line (RMII only).
  515. (so program the FEC to ignore it).
  516. config SYS_DPAA_QBMAN
  517. bool "Device tree fixup for QBMan on freescale SOCs"
  518. depends on (ARM || PPC) && !SPL_BUILD
  519. default y if ARCH_B4860 || \
  520. ARCH_B4420 || \
  521. ARCH_P1023 || \
  522. ARCH_P2041 || \
  523. ARCH_T1023 || \
  524. ARCH_T1024 || \
  525. ARCH_T1040 || \
  526. ARCH_T1042 || \
  527. ARCH_T2080 || \
  528. ARCH_T2081 || \
  529. ARCH_T4240 || \
  530. ARCH_T4160 || \
  531. ARCH_P4080 || \
  532. ARCH_P3041 || \
  533. ARCH_P5040 || \
  534. ARCH_P5020 || \
  535. ARCH_LS1043A || \
  536. ARCH_LS1046A
  537. help
  538. QBman fixups to allow deep sleep in DPAA 1 SOCs
  539. config TSEC_ENET
  540. select PHYLIB
  541. bool "Enable Three-Speed Ethernet Controller"
  542. help
  543. This driver implements support for the (Enhanced) Three-Speed
  544. Ethernet Controller found on Freescale SoCs.
  545. config MEDIATEK_ETH
  546. bool "MediaTek Ethernet GMAC Driver"
  547. depends on DM_ETH
  548. select PHYLIB
  549. select DM_GPIO
  550. select DM_RESET
  551. help
  552. This Driver support MediaTek Ethernet GMAC
  553. Say Y to enable support for the MediaTek Ethernet GMAC.
  554. config HIGMACV300_ETH
  555. bool "HiSilicon Gigabit Ethernet Controller"
  556. depends on DM_ETH
  557. select DM_RESET
  558. select PHYLIB
  559. help
  560. This driver supports HIGMACV300 Ethernet controller found on
  561. HiSilicon SoCs.
  562. config FSL_ENETC
  563. bool "NXP ENETC Ethernet controller"
  564. depends on DM_PCI && DM_ETH && DM_MDIO
  565. help
  566. This driver supports the NXP ENETC Ethernet controller found on some
  567. of the NXP SoCs.
  568. config MDIO_MUX_I2CREG
  569. bool "MDIO MUX accessed as a register over I2C"
  570. depends on DM_MDIO_MUX && DM_I2C
  571. help
  572. This driver is used for MDIO muxes driven by writing to a register of
  573. an I2C chip. The board it was developed for uses a mux controlled by
  574. on-board FPGA which in turn is accessed as a chip over I2C.
  575. config MVMDIO
  576. bool "Marvell MDIO interface support"
  577. depends on DM_MDIO
  578. help
  579. This driver supports the MDIO interface found in the network
  580. interface units of the Marvell EBU SoCs (Kirkwood, Orion5x,
  581. Dove, Armada 370, Armada XP, Armada 37xx and Armada7K/8K/8KP).
  582. This driver is used by the MVPP2 and MVNETA drivers.
  583. config FSL_LS_MDIO
  584. bool "NXP Layerscape MDIO interface support"
  585. depends on DM_MDIO
  586. help
  587. This driver supports the MDIO bus found on the Fman 10G Ethernet MACs and
  588. on the mEMAC (which supports both Clauses 22 and 45).
  589. endif # NETDEVICES