Kconfig 524 B

12345678910111213141516171819202122
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. if ARCH_IXP4XX || COMPILE_TEST
  3. menu "IXP4xx SoC drivers"
  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. config IXP4XX_NPE
  10. tristate "IXP4xx Network Processor Engine support"
  11. select FW_LOADER
  12. help
  13. This driver supports IXP4xx built-in network coprocessors
  14. and is automatically selected by Ethernet and HSS drivers.
  15. endmenu
  16. endif