Kconfig 23 KB

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