diff options
author | John Crispin <john@openwrt.org> | 2011-02-01 14:32:25 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2011-02-01 14:32:25 +0000 |
commit | fd551c1fa7526aca631a07f0fd3134433c9fa5fe (patch) | |
tree | 1b6db352842d684f7cbd478a2dbc1724d09cdfe5 /package/ifx-vmmc/Config.in | |
parent | 79b3d8f69aa02e2dc80f04a1ac84e971a2a33f8b (diff) | |
download | upstream-fd551c1fa7526aca631a07f0fd3134433c9fa5fe.tar.gz upstream-fd551c1fa7526aca631a07f0fd3134433c9fa5fe.tar.bz2 upstream-fd551c1fa7526aca631a07f0fd3134433c9fa5fe.zip |
* rename voice package * sync with lantiqs release * make it work on lantiq kernel
SVN-Revision: 25275
Diffstat (limited to 'package/ifx-vmmc/Config.in')
-rw-r--r-- | package/ifx-vmmc/Config.in | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/package/ifx-vmmc/Config.in b/package/ifx-vmmc/Config.in deleted file mode 100644 index 2a7894e7f0..0000000000 --- a/package/ifx-vmmc/Config.in +++ /dev/null @@ -1,53 +0,0 @@ -menu "Configuration" - depends on PACKAGE_kmod-ifx-vmmc -choice - prompt "device selection" - default VOICE_CPE_VMMC_WITH_DEVICE_DANUBE_extract - help - Select the target device. - - config VOICE_CPE_VMMC_WITH_DEVICE_DANUBE_extract - bool "Danube, Twinpass, Vinax - extract binaries" - - 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" - 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" - 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)" - 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. - -endmenu |