Kconfig 21 KB

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