2019-05-19 12:07:45 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2015-12-21 00:21:25 +00:00
|
|
|
config FSL_FMAN
|
2016-01-01 13:55:24 +00:00
|
|
|
tristate "FMan support"
|
2016-12-19 20:42:46 +00:00
|
|
|
depends on FSL_SOC || ARCH_LAYERSCAPE || COMPILE_TEST
|
2015-12-21 00:21:25 +00:00
|
|
|
select GENERIC_ALLOCATOR
|
2016-01-01 13:55:24 +00:00
|
|
|
select PHYLIB
|
2015-12-21 00:21:25 +00:00
|
|
|
default n
|
|
|
|
help
|
|
|
|
Freescale Data-Path Acceleration Architecture Frame Manager
|
|
|
|
(FMan) support
|