]> Git Repo - J-linux.git/blob - drivers/soc/ixp4xx/Kconfig
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / drivers / soc / ixp4xx / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 if ARCH_IXP4XX || COMPILE_TEST
3
4 menu "IXP4xx SoC drivers"
5
6 config 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
12 config IXP4XX_NPE
13         tristate "IXP4xx Network Processor Engine support"
14         select FW_LOADER
15         select MFD_SYSCON
16         help
17           This driver supports IXP4xx built-in network coprocessors
18           and is automatically selected by Ethernet and HSS drivers.
19
20 endmenu
21
22 endif
This page took 0.027347 seconds and 4 git commands to generate.