Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 if ARCH_IXP4XX || COMPILE_TEST
0003 
0004 menu "IXP4xx SoC drivers"
0005 
0006 config IXP4XX_QMGR
0007         tristate "IXP4xx Queue Manager support"
0008         help
0009           This driver supports IXP4xx built-in hardware queue manager
0010           and is automatically selected by Ethernet and HSS drivers.
0011 
0012 config IXP4XX_NPE
0013         tristate "IXP4xx Network Processor Engine support"
0014         select FW_LOADER
0015         select MFD_SYSCON
0016         help
0017           This driver supports IXP4xx built-in network coprocessors
0018           and is automatically selected by Ethernet and HSS drivers.
0019 
0020 endmenu
0021 
0022 endif