summaryrefslogtreecommitdiff
path: root/drivers/modem/shrm/Kconfig
blob: 465c8bb10a13da4688373423592b97e93fc90e2d (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
#
# SHM HW kernel configuration
#
config U8500_SHRM
	bool "U8500 SHRM hardware driver"
	depends on ARCH_U8500 && PHONET && MODEM_U8500
	default Y
	---help---
	  If you say Y here, you will enable the STN8500 SHM hardware driver.

	  If unsure, say N.
choice
	prompt "Modem Image Version"
	depends on U8500_SHRM
	default SHRM_V1_UPDATES_VERSION

	config SHRM_V1_UPDATES_VERSION
	depends on U8500_SHRM
	bool "SHRM V1 UPDATES"
	help
	 Modem Images with V1 Updates

endchoice

config U8500_SHRM_LOOP_BACK
	bool "U8500 SHRM loopback"
	depends on U8500_SHRM
	default n
	---help---
	  If you say Y here, you will enable the shm loopback

	  If unsure, say N.

config U8500_SHRM_MODEM_SILENT_RESET
	bool "U8500 SHRM Modem Silent Reset"
	depends on U8500_SHRM
	default n
	---help---
	  If you say Y here, you will enable the modem silent reset feature

	  If unsure, say N.