]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - drivers/soc/ixp4xx/Kconfig
Merge tag 'trace-v5.11-rc7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rosted...
[mirror_ubuntu-hirsute-kernel.git] / drivers / soc / ixp4xx / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
7a6c9dbb
GU
2if ARCH_IXP4XX || COMPILE_TEST
3
fcf2d897
LW
4menu "IXP4xx SoC drivers"
5
6config IXP4XX_QMGR
7 tristate "IXP4xx Queue Manager support"
8 help
9 This driver supports IXP4xx built-in hardware queue manager
10 and is automatically selected by Ethernet and HSS drivers.
11
12config IXP4XX_NPE
13 tristate "IXP4xx Network Processor Engine support"
14 select FW_LOADER
15 help
16 This driver supports IXP4xx built-in network coprocessors
17 and is automatically selected by Ethernet and HSS drivers.
18
19endmenu
7a6c9dbb
GU
20
21endif