1 | menu "Configuration" |
2 | depends on PACKAGE_ifx-tapidemo |
3 | choice |
4 | prompt "board selection" |
5 | default VOICE_CPE_TAPIDEMO_BOARD_EASY50712_V3 if TARGET_ifxmips_platform_danube |
6 | default VOICE_CPE_TAPIDEMO_BOARD_EASY508xx if TARGET_ifxmips_platform_ar9 |
7 | default VOICE_CPE_TAPIDEMO_BOARD_EASY80910 if TARGET_ifxmips_platform_vr9 |
8 | default VOICE_CPE_TAPIDEMO_BOARD_EASY50812 |
9 | help |
10 | Select the target platform. |
11 | |
12 | config VOICE_CPE_TAPIDEMO_BOARD_EASY50712 |
13 | bool "Danube reference board" |
14 | |
15 | config VOICE_CPE_TAPIDEMO_BOARD_EASY50712_V3 |
16 | bool "Danube reference board V3" |
17 | |
18 | config VOICE_CPE_TAPIDEMO_BOARD_EASY508xx |
19 | bool "AR9/GR9 reference board" |
20 | |
21 | config VOICE_CPE_TAPIDEMO_BOARD_EASY80910 |
22 | bool "VR9 reference board" |
23 | endchoice |
24 | |
25 | config VOICE_CPE_TAPIDEMO_QOS |
26 | bool "enable QOS support" |
27 | default n |
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_ifxmips_platform_ar9 || TARGET_ifxmips_platform_vr9) |
35 | default n |
36 | help |
37 | enable T.38 fax relay demo. |
38 | |
39 | endmenu |
40 | |