blob: 0139cb9042ec74cf8da79845b823f6cd96eea8eb (
plain)
1
2
3
4
5
6
7
8
9
10
|
# SPDX-License-Identifier: GPL-2.0-only
config FSL_FMAN
tristate "FMan support"
depends on FSL_SOC || ARCH_LAYERSCAPE || COMPILE_TEST
select GENERIC_ALLOCATOR
select PHYLIB
default n
help
Freescale Data-Path Acceleration Architecture Frame Manager
(FMan) support
|