Kconfig 919 B

1234567891011121314151617181920212223242526272829303132333435
  1. #
  2. # Freescale DataPath Acceleration Architecture Gen2 (DPAA2) drivers
  3. #
  4. config FSL_DPAA2
  5. bool "Freescale DPAA2 devices"
  6. depends on FSL_MC_BUS
  7. ---help---
  8. Build drivers for Freescale DataPath Acceleration
  9. Architecture (DPAA2) family of SoCs.
  10. config FSL_DPAA2_ETH
  11. tristate "Freescale DPAA2 Ethernet"
  12. depends on FSL_DPAA2 && FSL_MC_DPIO
  13. depends on NETDEVICES && ETHERNET
  14. ---help---
  15. Ethernet driver for Freescale DPAA2 SoCs, using the
  16. Freescale MC bus driver
  17. config FSL_DPAA2_ETHSW
  18. tristate "Freescale DPAA2 Ethernet Switch"
  19. depends on FSL_DPAA2
  20. depends on NET_SWITCHDEV
  21. ---help---
  22. Driver for Freescale DPAA2 Ethernet Switch. Select
  23. BRIDGE to have support for bridge tools.
  24. config FSL_DPAA2_PTP_CLOCK
  25. tristate "Freescale DPAA2 PTP Clock"
  26. depends on FSL_DPAA2_ETH && POSIX_TIMERS
  27. select PTP_1588_CLOCK
  28. help
  29. This driver adds support for using the DPAA2 1588 timer module
  30. as a PTP clock.