Kconfig 321 B

12345678910
  1. menuconfig FSL_DPAA_ETH
  2. tristate "DPAA Ethernet"
  3. depends on FSL_DPAA && FSL_FMAN
  4. select PHYLIB
  5. select FSL_FMAN_MAC
  6. ---help---
  7. Data Path Acceleration Architecture Ethernet driver,
  8. supporting the Freescale QorIQ chips.
  9. Depends on Freescale Buffer Manager and Queue Manager
  10. driver and Frame Manager Driver.