We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d23382 commit 782fe08Copy full SHA for 782fe08
drivers/soc/fsl/qbman/Kconfig
@@ -1,7 +1,7 @@
1
# SPDX-License-Identifier: GPL-2.0-only
2
menuconfig FSL_DPAA
3
bool "QorIQ DPAA1 framework support"
4
- depends on ((FSL_SOC_BOOKE || ARCH_LAYERSCAPE) && ARCH_DMA_ADDR_T_64BIT)
+ depends on ((FSL_SOC_BOOKE || ARCH_LAYERSCAPE || COMPILE_TEST) && ARCH_DMA_ADDR_T_64BIT)
5
select GENERIC_ALLOCATOR
6
help
7
The Freescale Data Path Acceleration Architecture (DPAA) is a set of
0 commit comments