Root/package/ifxmips-dsl-api/Config.in

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

Archive Download this file



interactive