treewide: Add SPDX license identifier - Makefile/Kconfig
[linux-2.6-block.git] / drivers / soc / ixp4xx / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 menu "IXP4xx SoC drivers"
3
4 config IXP4XX_QMGR
5         tristate "IXP4xx Queue Manager support"
6         help
7           This driver supports IXP4xx built-in hardware queue manager
8           and is automatically selected by Ethernet and HSS drivers.
9
10 config IXP4XX_NPE
11         tristate "IXP4xx Network Processor Engine support"
12         select FW_LOADER
13         help
14           This driver supports IXP4xx built-in network coprocessors
15           and is automatically selected by Ethernet and HSS drivers.
16
17 endmenu