xref: /openbmc/linux/drivers/soc/ixp4xx/Kconfig (revision b664e06d)
1menu "IXP4xx SoC drivers"
2
3config IXP4XX_QMGR
4	tristate "IXP4xx Queue Manager support"
5	help
6	  This driver supports IXP4xx built-in hardware queue manager
7	  and is automatically selected by Ethernet and HSS drivers.
8
9config IXP4XX_NPE
10	tristate "IXP4xx Network Processor Engine support"
11	select FW_LOADER
12	help
13	  This driver supports IXP4xx built-in network coprocessors
14	  and is automatically selected by Ethernet and HSS drivers.
15
16endmenu
17