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