aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc/shrm/Kconfig
blob: fffee1c703e5268ad6fe68dd3f7af275b1e15314 (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
#
# SHM HW kernel configuration
#
config U8500_SHRM
	tristate "U8500 SHRM hardware driver"
	depends on ARCH_U8500 && PHONET
	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_ED_V1_VERSION
	depends on U8500_SHRM
	bool "SHRM ED / V1 "
	help
	 Modem Images with ED/V1 updates

	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
	tristate "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.