hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
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
....@@ -37,6 +39,7 @@
3739
3840 config QE_USB
3941 bool
42
+ depends on QUICC_ENGINE
4043 default y if USB_FSL_QE
4144 help
4245 QE USB Controller support