2010-03-31 14:12:33 +03:00
|
|
|
choice
|
|
|
|
prompt "device selection"
|
2011-02-01 16:32:25 +02:00
|
|
|
depends on PACKAGE_kmod-ltq-vmmc
|
2011-03-11 10:21:21 +02:00
|
|
|
default VOICE_CPE_VMMC_WITH_DEVICE_DANUBE
|
2010-03-31 14:12:33 +03:00
|
|
|
help
|
|
|
|
Select the target device.
|
|
|
|
|
|
|
|
config VOICE_CPE_VMMC_WITH_DEVICE_DANUBE
|
|
|
|
bool "Danube, Twinpass, Vinax"
|
|
|
|
|
|
|
|
config VOICE_CPE_VMMC_WITH_DEVICE_AR9
|
|
|
|
bool "AR9 family"
|
|
|
|
|
|
|
|
config VOICE_CPE_VMMC_WITH_DEVICE_VR9
|
|
|
|
bool "VR9 family"
|
|
|
|
|
|
|
|
endchoice
|
|
|
|
|
|
|
|
config VOICE_CPE_VMMC_PMC
|
|
|
|
depends on (VOICE_CPE_VMMC_WITH_DEVICE_AR9 || VOICE_CPE_VMMC_WITH_DEVICE_VR9)
|
|
|
|
bool "Power Management Control support"
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
Option to enable Power Management Control on AR9, VR9. Not supported for Danube.
|
|
|
|
|
|
|
|
config VOICE_CPE_VMMC_DISABLE_DECT_NIBBLE_SWAP
|
|
|
|
bool "Disable DECT nibble swap"
|
2011-02-01 16:32:25 +02:00
|
|
|
depends on PACKAGE_kmod-ltq-vmmc
|
2010-03-31 14:12:33 +03:00
|
|
|
default n
|
|
|
|
help
|
|
|
|
Option to disable DECT nibble swap for COSIC modem (for backward compatibility only).
|
|
|
|
|
|
|
|
config VOICE_CPE_VMMC_EVENT_LOGGER
|
|
|
|
depends on BROKEN
|
|
|
|
bool "Event logger support"
|
2011-02-01 16:32:25 +02:00
|
|
|
depends on PACKAGE_kmod-ltq-vmmc
|
2010-03-31 14:12:33 +03:00
|
|
|
default n
|
|
|
|
help
|
|
|
|
Option to enable details traces between drv_vmmc and the voice FW
|
|
|
|
- for debugging only
|
|
|
|
- requires package ifx-evtlog
|
|
|
|
|
|
|
|
config VOICE_CPE_VMMC_MPS_HISTORY_SIZE
|
|
|
|
int "MPS history buffer in words (0<=size<=512)"
|
2011-02-01 16:32:25 +02:00
|
|
|
depends on PACKAGE_kmod-ltq-vmmc
|
2010-03-31 14:12:33 +03:00
|
|
|
default "128"
|
|
|
|
help
|
|
|
|
MPS history buffer (default=128 words, maximum=512 words, 0=disable)
|
|
|
|
To opimize the memory footprint in RAM, you might want to set the
|
|
|
|
buffer size to 0.
|
2010-04-16 14:07:18 +03:00
|
|
|
|