[uboot-lantiq] cleanup configuration handling
[openwrt/svn-archive/archive.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_DEBUG
21 bool "ifxmips-dsl debugging"
22 depends on PACKAGE_kmod-ifxmips-dsl-api
23 help
24 Say Y, if you need ifxmips-dsl to display debug messages.