]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - drivers/soc/ixp4xx/Kconfig
treewide: Add SPDX license identifier - Makefile/Kconfig
[mirror_ubuntu-jammy-kernel.git] / drivers / soc / ixp4xx / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
fcf2d897
LW
2menu "IXP4xx SoC drivers"
3
4config IXP4XX_QMGR
5 tristate "IXP4xx Queue Manager support"
6 help
7 This driver supports IXP4xx built-in hardware queue manager
8 and is automatically selected by Ethernet and HSS drivers.
9
10config IXP4XX_NPE
11 tristate "IXP4xx Network Processor Engine support"
12 select FW_LOADER
13 help
14 This driver supports IXP4xx built-in network coprocessors
15 and is automatically selected by Ethernet and HSS drivers.
16
17endmenu