aboutsummaryrefslogtreecommitdiffstats
path: root/package/ltq-vmmc/Config.in
blob: 151adc28618b6f2b8368b955a0aa169afd7103b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
choice
	prompt "device selection"
	depends on PACKAGE_kmod-ltq-vmmc
	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"
	depends on PACKAGE_kmod-ltq-vmmc
	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"
	depends on PACKAGE_kmod-ltq-vmmc
	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)"
	depends on PACKAGE_kmod-ltq-vmmc
	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.