Kconfig (58e16d792a6a8c6b750f637a4649967fcac853dc) Kconfig (5a35435ef4e6e4bd2aabd6706b146b298a9cffe5)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# QE Communication options
4#
5
6config QUICC_ENGINE
7 bool "QUICC Engine (QE) framework support"
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# QE Communication options
4#
5
6config QUICC_ENGINE
7 bool "QUICC Engine (QE) framework support"
8 depends on FSL_SOC && PPC32
8 depends on OF && HAS_IOMEM
9 depends on PPC || ARM || ARM64 || COMPILE_TEST
9 select GENERIC_ALLOCATOR
10 select CRC32
11 help
12 The QUICC Engine (QE) is a new generation of communications
13 coprocessors on Freescale embedded CPUs (akin to CPM in older chips).
14 Selecting this option means that you wish to build a kernel
15 for a machine with a QE coprocessor.
16

--- 27 unchanged lines hidden ---
10 select GENERIC_ALLOCATOR
11 select CRC32
12 help
13 The QUICC Engine (QE) is a new generation of communications
14 coprocessors on Freescale embedded CPUs (akin to CPM in older chips).
15 Selecting this option means that you wish to build a kernel
16 for a machine with a QE coprocessor.
17

--- 27 unchanged lines hidden ---