Kconfig 18 KB

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