[backfire] merge [20906:20912], [20914:20922] & [20972]
[openwrt/svn-archive/archive.git] / package / ifxmips-dsl-api / Config.in
1 menu "Configuration"
2 depends on PACKAGE_kmod-ifxmips-dsl-api
3
4 choice
5 prompt "Firmware"
6 default IFXMIPS_ANNEX_B
7 help
8 This option controls which firmware is loaded
9
10 config IFXMIPS_ANNEX_A
11 bool "Annex-A"
12 help
13 Annex-A
14
15 config IFXMIPS_ANNEX_B
16 bool "Annex-B"
17 help
18 Annex-B
19
20 endchoice
21
22 config 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
28 config IFXMIPS_DSL_DEBUG
29 bool "ifxmips-dsl debugging"
30 help
31 Say Y, if you need ifxmips-dsl to display debug messages.
32
33 endmenu