set correct board in tapidemo when building a falcon image
[openwrt-10.03/.git] / package / ltq-tapidemo / Config.in
1 choice
2         prompt "board selection"
3         depends on PACKAGE_ltq-tapidemo
4         default VOICE_CPE_TAPIDEMO_BOARD_EASY50712_V3   if TARGET_lantiq_danube
5         default VOICE_CPE_TAPIDEMO_BOARD_EASY508xx      if TARGET_lantiq_ar9||TARGET_lantiq_falcon
6         default VOICE_CPE_TAPIDEMO_BOARD_EASY80910      if TARGET_lantiq_vr9
7         help
8                 Select the target platform.
9
10         config VOICE_CPE_TAPIDEMO_BOARD_EASY50712
11                 bool "Danube reference board"
12
13         config VOICE_CPE_TAPIDEMO_BOARD_EASY50712_V3
14                 bool "Danube reference board V3"
15
16         config VOICE_CPE_TAPIDEMO_BOARD_EASY508xx
17                 bool "AR9/GR9 reference board"
18
19         config VOICE_CPE_TAPIDEMO_BOARD_EASY80910
20                 bool "VR9 reference board"
21 endchoice
22
23 config VOICE_CPE_TAPIDEMO_QOS
24         bool "enable QOS support"
25         depends on PACKAGE_ltq-tapidemo
26         select PACKAGE_kmod-ltq-kpi2udp
27         default y
28         help
29                 Option to enable the KPI2UDP RTP packet acceleration path
30                 (highly recommended for VoIP).
31
32 config  VOICE_CPE_TAPIDEMO_FAX_T.38_FW
33         bool "enable T.38 fax relay"
34         depends on (TARGET_lantiq_ar9 || TARGET_lantiq_vr9) && PACKAGE_ltq-tapidemo
35         default n
36         help
37                 enable T.38 fax relay demo.
38
39 config VOICE_CPE_TAPIDEMO_FW_FILE
40         string "override default firmware file"
41         depends on PACKAGE_ltq-tapidemo
42         default "falcon_voip_fw.bin" if TARGET_lantiq_falcon
43
44 config VOICE_CPE_TAPIDEMO_BBD_FILE
45         string "override default coefficient file"
46         depends on PACKAGE_ltq-tapidemo
47         default "falcon_bbd.bin" if TARGET_lantiq_falcon