Kconfig (976e3645923bdd2fe7893aae33fd7a21098bfb28) Kconfig (8754a7e61c766fbc533c627b56ff181550dca00e)
1# SPDX-License-Identifier: GPL-2.0-only
2if ARCH_IXP4XX || COMPILE_TEST
3
4menu "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
1# SPDX-License-Identifier: GPL-2.0-only
2if ARCH_IXP4XX || COMPILE_TEST
3
4menu "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 select MFD_SYSCON
15 help
16 This driver supports IXP4xx built-in network coprocessors
17 and is automatically selected by Ethernet and HSS drivers.
18
19endmenu
20
21endif
16 help
17 This driver supports IXP4xx built-in network coprocessors
18 and is automatically selected by Ethernet and HSS drivers.
19
20endmenu
21
22endif