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