mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
17 lines
445 B
Plaintext
17 lines
445 B
Plaintext
|
menu "IXP4xx SoC drivers"
|
||
|
|
||
|
config IXP4XX_QMGR
|
||
|
tristate "IXP4xx Queue Manager support"
|
||
|
help
|
||
|
This driver supports IXP4xx built-in hardware queue manager
|
||
|
and is automatically selected by Ethernet and HSS drivers.
|
||
|
|
||
|
config IXP4XX_NPE
|
||
|
tristate "IXP4xx Network Processor Engine support"
|
||
|
select FW_LOADER
|
||
|
help
|
||
|
This driver supports IXP4xx built-in network coprocessors
|
||
|
and is automatically selected by Ethernet and HSS drivers.
|
||
|
|
||
|
endmenu
|