forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 958e46acc8e900e8569dd467c1af9b8d2d019394
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