xref: /linux/drivers/net/ethernet/freescale/fman/Kconfig (revision 3dc4b6fb175e2ca8a55572959ecac526acb21554)
1# SPDX-License-Identifier: GPL-2.0-only
2config FSL_FMAN
3	tristate "FMan support"
4	depends on FSL_SOC || ARCH_LAYERSCAPE || COMPILE_TEST
5	select GENERIC_ALLOCATOR
6	select PHYLIB
7	default n
8	help
9		Freescale Data-Path Acceleration Architecture Frame Manager
10		(FMan) support
11