]> asedeno.scripts.mit.edu Git - linux.git/blob - drivers/soc/ixp4xx/Kconfig
ARM: ixp4xx: Move NPE and QMGR to drivers/soc
[linux.git] / drivers / soc / ixp4xx / Kconfig
1 menu "IXP4xx SoC drivers"
2
3 config 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
9 config 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
16 endmenu