mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
85688d9adf
A previous commit (5567e98919
) inserted a dependency on DMA
API that requires HAS_DMA to be added in Kconfig.
Signed-off-by: Madalin Bucur <madalin.bucur@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
11 lines
253 B
Plaintext
11 lines
253 B
Plaintext
config FSL_FMAN
|
|
tristate "FMan support"
|
|
depends on FSL_SOC || ARCH_LAYERSCAPE || COMPILE_TEST
|
|
select GENERIC_ALLOCATOR
|
|
depends on HAS_DMA
|
|
select PHYLIB
|
|
default n
|
|
help
|
|
Freescale Data-Path Acceleration Architecture Frame Manager
|
|
(FMan) support
|