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