9ad1a37493
This introduces the Freescale Data Path Acceleration Architecture (DPAA) Ethernet driver (dpaa_eth) that builds upon the DPAA QMan, BMan, PAMU and FMan drivers to deliver Ethernet connectivity on the Freescale DPAA QorIQ platforms. Signed-off-by: Madalin Bucur <madalin.bucur@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>
11 lines
332 B
Plaintext
11 lines
332 B
Plaintext
menuconfig FSL_DPAA_ETH
|
|
tristate "DPAA Ethernet"
|
|
depends on FSL_SOC && FSL_DPAA && FSL_FMAN
|
|
select PHYLIB
|
|
select FSL_FMAN_MAC
|
|
---help---
|
|
Data Path Acceleration Architecture Ethernet driver,
|
|
supporting the Freescale QorIQ chips.
|
|
Depends on Freescale Buffer Manager and Queue Manager
|
|
driver and Frame Manager Driver.
|