kernel/drivers/soc/fsl/qe/Kconfig
.. .. @@ -1,10 +1,12 @@ 1 +# SPDX-License-Identifier: GPL-2.0-only1 2 # 2 3 # QE Communication options 3 4 # 4 5 5 6 config QUICC_ENGINE 6 7 bool "QUICC Engine (QE) framework support" 7 - depends on FSL_SOC && PPC328 + depends on OF && HAS_IOMEM9 + depends on PPC || ARM || ARM64 || COMPILE_TEST8 10 select GENERIC_ALLOCATOR 9 11 select CRC32 10 12 help