• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#
2# Freescale DataPath Acceleration Architecture Gen2 (DPAA2) drivers
3#
4
5config FSL_DPAA2
6	bool "Freescale DPAA2 devices"
7	depends on FSL_MC_BUS && ARCH_LAYERSCAPE
8	---help---
9	  Build drivers for Freescale DataPath Acceleration
10	  Architecture (DPAA2) family of SoCs.
11
12config FSL_DPAA2_ETH
13	tristate "Freescale DPAA2 Ethernet"
14	depends on FSL_DPAA2 && FSL_MC_DPIO
15	depends on NETDEVICES && ETHERNET
16	---help---
17	  Ethernet driver for Freescale DPAA2 SoCs, using the
18	  Freescale MC bus driver
19