2019-05-19 12:07:45 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2016-11-15 08:41:02 +00:00
|
|
|
menuconfig FSL_DPAA_ETH
|
|
|
|
tristate "DPAA Ethernet"
|
2016-12-15 13:13:05 +00:00
|
|
|
depends on FSL_DPAA && FSL_FMAN
|
2016-11-15 08:41:02 +00:00
|
|
|
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.
|