Kconfig (8dd06ef34b6e2f41b29fbf5fc1663780f2524285) Kconfig (0b32e91fdfd87314af9943e69eb85a88adb4233c)
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
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 select CRC32
7 default n
8 help
9 Freescale Data-Path Acceleration Architecture Frame Manager
10 (FMan) support
11
12config DPAA_ERRATUM_A050385
13 bool
14 depends on ARM64 && FSL_DPAA

--- 24 unchanged lines hidden ---
8 default n
9 help
10 Freescale Data-Path Acceleration Architecture Frame Manager
11 (FMan) support
12
13config DPAA_ERRATUM_A050385
14 bool
15 depends on ARM64 && FSL_DPAA

--- 24 unchanged lines hidden ---