add missing config symbols
[oweals/openwrt.git] / package / lqdsl / Config.in
1
2 choice
3         prompt "Firmware"
4         default LANTIQ_ANNEX_B
5         depends on PACKAGE_kmod-lqdsl
6         help
7           This option controls which firmware is loaded
8
9 config LANTIQ_ANNEX_A
10         bool "Annex-A"
11         help
12           Annex-A
13
14 config LANTIQ_ANNEX_B
15         bool "Annex-B"
16         help
17           Annex-B
18
19 endchoice
20
21 config LANTIQ_DSL_DEBUG
22         bool "lqdsl debugging"
23         depends on PACKAGE_kmod-lqdsl
24         help
25           Say Y, if you need lantiq-dsl to display debug messages.