aboutsummaryrefslogtreecommitdiffstats
path: root/package/ltq-tapidemo/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/ltq-tapidemo/Config.in')
-rw-r--r--package/ltq-tapidemo/Config.in47
1 files changed, 47 insertions, 0 deletions
diff --git a/package/ltq-tapidemo/Config.in b/package/ltq-tapidemo/Config.in
new file mode 100644
index 000000000..a799eddd0
--- /dev/null
+++ b/package/ltq-tapidemo/Config.in
@@ -0,0 +1,47 @@
+choice
+ prompt "board selection"
+ depends on PACKAGE_ltq-tapidemo
+ default VOICE_CPE_TAPIDEMO_BOARD_EASY50712_V3 if TARGET_lantiq_danube
+ default VOICE_CPE_TAPIDEMO_BOARD_EASY508xx if TARGET_lantiq_ar9
+ default VOICE_CPE_TAPIDEMO_BOARD_EASY80910 if TARGET_lantiq_vr9
+ 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"
+ depends on PACKAGE_ltq-tapidemo
+ select PACKAGE_kmod-ltq-kpi2udp
+ default y
+ 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_lantiq_ar9 || TARGET_lantiq_vr9) && PACKAGE_ltq-tapidemo
+ default n
+ help
+ enable T.38 fax relay demo.
+
+config VOICE_CPE_TAPIDEMO_FW_FILE
+ string "override default firmware file"
+ depends on PACKAGE_ltq-tapidemo
+ default "falcon_voip_fw.bin" if TARGET_lantiq_falcon
+
+config VOICE_CPE_TAPIDEMO_BBD_FILE
+ string "override default coefficient file"
+ depends on PACKAGE_ltq-tapidemo
+ default "falcon_bbd.bin" if TARGET_lantiq_falcon