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
|
2020-05-09 12:04:52 +00:00
|
|
|
select FIXED_PHY
|
2020-06-13 16:50:22 +00:00
|
|
|
help
|
2016-11-15 08:41:02 +00:00
|
|
|
Data Path Acceleration Architecture Ethernet driver,
|
|
|
|
supporting the Freescale QorIQ chips.
|
|
|
|
Depends on Freescale Buffer Manager and Queue Manager
|
|
|
|
driver and Frame Manager Driver.
|