xref: /linux/drivers/net/ethernet/freescale/fman/Kconfig (revision 3bdab16c55f57a24245c97d707241dd9b48d1a91)
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