Root/package/ltq-tapidemo/Config.in

1#menu "Configuration"
2# depends on PACKAGE_ltq-tapidemo
3choice
4    prompt "board selection"
5    depends on PACKAGE_ltq-tapidemo
6    default VOICE_CPE_TAPIDEMO_BOARD_EASY50712_V3 if TARGET_ifxmips_platform_danube
7    default VOICE_CPE_TAPIDEMO_BOARD_EASY508xx if TARGET_ifxmips_platform_ar9
8    default VOICE_CPE_TAPIDEMO_BOARD_EASY80910 if TARGET_ifxmips_platform_vr9
9    default VOICE_CPE_TAPIDEMO_BOARD_EASY50812
10    help
11        Select the target platform.
12
13    config VOICE_CPE_TAPIDEMO_BOARD_EASY50712
14        bool "Danube reference board"
15
16    config VOICE_CPE_TAPIDEMO_BOARD_EASY50712_V3
17        bool "Danube reference board V3"
18
19    config VOICE_CPE_TAPIDEMO_BOARD_EASY508xx
20        bool "AR9/GR9 reference board"
21
22    config VOICE_CPE_TAPIDEMO_BOARD_EASY80910
23        bool "VR9 reference board"
24endchoice
25
26config VOICE_CPE_TAPIDEMO_QOS
27    bool "enable QOS support"
28    depends on PACKAGE_ltq-tapidemo
29    default n
30    help
31        Option to enable the KPI2UDP RTP packet acceleration path
32        (highly recommended for VoIP).
33
34config VOICE_CPE_TAPIDEMO_FAX_T.38_FW
35    bool "enable T.38 fax relay"
36    depends on (TARGET_ifxmips_platform_ar9 || TARGET_ifxmips_platform_vr9) && PACKAGE_ltq
37    default n
38    help
39        enable T.38 fax relay demo.
40
41#endmenu
42

Archive Download this file



interactive