blob: e3eb19b85fa4b358950f702d4a74f35889ee84eb [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Geert Uytterhoeven7a6c9db2019-08-23 11:03:52 +02002if ARCH_IXP4XX || COMPILE_TEST
3
Linus Walleijfcf2d892019-02-10 14:45:47 +01004menu "IXP4xx SoC drivers"
5
6config IXP4XX_QMGR
7 tristate "IXP4xx Queue Manager support"
8 help
9 This driver supports IXP4xx built-in hardware queue manager
10 and is automatically selected by Ethernet and HSS drivers.
11
12config IXP4XX_NPE
13 tristate "IXP4xx Network Processor Engine support"
14 select FW_LOADER
15 help
16 This driver supports IXP4xx built-in network coprocessors
17 and is automatically selected by Ethernet and HSS drivers.
18
19endmenu
Geert Uytterhoeven7a6c9db2019-08-23 11:03:52 +020020
21endif