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 .. .. @@ -37,6 +39,7 @@ 37 39 38 40 config QE_USB 39 41 bool 42 + depends on QUICC_ENGINE40 43 default y if USB_FSL_QE 41 44 help 42 45 QE USB Controller support