brintos

brintos / linux-shallow public Read only

0
0
Text · 543 B · c55f0c9 Raw
23 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2if ARCH_IXP4XX || COMPILE_TEST3 4menu "IXP4xx SoC drivers"5 6config IXP4XX_QMGR7	tristate "IXP4xx Queue Manager support"8	help9	  This driver supports IXP4xx built-in hardware queue manager10	  and is automatically selected by Ethernet and HSS drivers.11 12config IXP4XX_NPE13	tristate "IXP4xx Network Processor Engine support"14	select FW_LOADER15	select MFD_SYSCON16	help17	  This driver supports IXP4xx built-in network coprocessors18	  and is automatically selected by Ethernet and HSS drivers.19 20endmenu21 22endif23