xref: /linux/drivers/soc/ixp4xx/Kconfig (revision bb4e9af0348dfeafd66c7e7f82e8a0983fe5390c)
1# SPDX-License-Identifier: GPL-2.0-only
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
18