Config.in 616 B

123456789101112131415161718192021222324252627282930313233
  1. menu "Configuration"
  2. depends on PACKAGE_kmod-ifxmips-dsl-api
  3. choice
  4. prompt "Firmware"
  5. default IFXMIPS_ANNEX_B
  6. help
  7. This option controls which firmware is loaded
  8. config IFXMIPS_ANNEX_A
  9. bool "Annex-A"
  10. help
  11. Annex-A
  12. config IFXMIPS_ANNEX_B
  13. bool "Annex-B"
  14. help
  15. Annex-B
  16. endchoice
  17. #config IFXMIPS_DSL_FIRMWARE
  18. # bool "ifxmips-dsl firmware extractor"
  19. # default y
  20. # help
  21. # Say Y, if you need ifxmips-dsl to auto extract the firmware for you from the a800 firmware image
  22. config IFXMIPS_DSL_DEBUG
  23. bool "ifxmips-dsl debugging"
  24. help
  25. Say Y, if you need ifxmips-dsl to display debug messages.
  26. endmenu