Kconfig 499 B

12345678910111213141516171819
  1. # SPDX-License-Identifier: GPL-2.0
  2. #
  3. # Freescale DataPath Acceleration Architecture Gen2 (DPAA2) drivers
  4. #
  5. config FSL_DPAA2
  6. bool "Freescale DPAA2 devices"
  7. depends on FSL_MC_BUS
  8. help
  9. Build drivers for Freescale DataPath Acceleration
  10. Architecture (DPAA2) family of SoCs.
  11. config FSL_DPAA2_ETHSW
  12. tristate "Freescale DPAA2 Ethernet Switch"
  13. depends on FSL_DPAA2
  14. depends on NET_SWITCHDEV
  15. help
  16. Driver for Freescale DPAA2 Ethernet Switch. Select
  17. BRIDGE to have support for bridge tools.