mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-01 19:50:18 +02:00
37 lines
1.0 KiB
Plaintext
37 lines
1.0 KiB
Plaintext
|
choice
|
||
|
prompt "board selection"
|
||
|
default VOICE_CPE_TAPIDEMO_BOARD_EASY50712_V3 if TARGET_ifxmips_platform_danube
|
||
|
default VOICE_CPE_TAPIDEMO_BOARD_EASY508xx if TARGET_ifxmips_platform_ar9
|
||
|
default VOICE_CPE_TAPIDEMO_BOARD_EASY80910 if TARGET_ifxmips_platform_vr9
|
||
|
default VOICE_CPE_TAPIDEMO_BOARD_EASY50812
|
||
|
help
|
||
|
Select the target platform.
|
||
|
|
||
|
config VOICE_CPE_TAPIDEMO_BOARD_EASY50712
|
||
|
bool "Danube reference board"
|
||
|
|
||
|
config VOICE_CPE_TAPIDEMO_BOARD_EASY50712_V3
|
||
|
bool "Danube reference board V3"
|
||
|
|
||
|
config VOICE_CPE_TAPIDEMO_BOARD_EASY508xx
|
||
|
bool "AR9/GR9 reference board"
|
||
|
|
||
|
config VOICE_CPE_TAPIDEMO_BOARD_EASY80910
|
||
|
bool "VR9 reference board"
|
||
|
endchoice
|
||
|
|
||
|
config VOICE_CPE_TAPIDEMO_QOS
|
||
|
bool "enable QOS support"
|
||
|
default n
|
||
|
help
|
||
|
Option to enable the KPI2UDP RTP packet acceleration path
|
||
|
(highly recommended for VoIP).
|
||
|
|
||
|
config VOICE_CPE_TAPIDEMO_FAX_T.38_FW
|
||
|
bool "enable T.38 fax relay"
|
||
|
depends on (TARGET_ifxmips_platform_ar9 || TARGET_ifxmips_platform_vr9)
|
||
|
default n
|
||
|
help
|
||
|
enable T.38 fax relay demo.
|
||
|
|