xref: /linux/drivers/soc/ixp4xx/Kconfig (revision 96ac6d435100450f0565708d9b885ea2a7400e0a)
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