forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 95099d4622f8cb224d94e314c7a8e0df60b13f87
kernel/drivers/soc/fsl/qe/Kconfig
....@@ -1,10 +1,12 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # QE Communication options
34 #
45
56 config QUICC_ENGINE
67 bool "QUICC Engine (QE) framework support"
7
- depends on FSL_SOC && PPC32
8
+ depends on OF && HAS_IOMEM
9
+ depends on PPC || ARM || ARM64 || COMPILE_TEST
810 select GENERIC_ALLOCATOR
911 select CRC32
1012 help