aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/phone_svn/Kconfig
blob: 9146f7721083b898ceb8c8697c0233819facf102 (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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
#
#
#

menuconfig SAMSUNG_PHONE_SVNET
	tristate "Samsung Phone Interface - SVN"
	default n
	---help---

if SAMSUNG_PHONE_SVNET

menuconfig PHONE_ONEDRAM
	tristate "OneDRAM"
	depends on SAMSUNG_PHONE_SVNET
	default n
	help
	  Say Y to enable OneDRAM Interface support.

config PHONE_IPC_SPI
	bool "IPC SPI"
	depends on SAMSUNG_PHONE_SVNET
	default n
	help
	  Say Y to enable IPC-SPI Interface support.

menuconfig PHONE_IPC_HSI
	tristate "IPC HSI"
	depends on SAMSUNG_PHONE_SVNET
	default n
	help
	  Say Y to enable MIPI-HSI Interface support.

config PHONE_SVNET
	tristate "Samsung Virtual Network"
	depends on SAMSUNG_PHONE_SVNET
	default n
	help
	  Say Y to enable Samsung Virtual Network support

menuconfig PHONE_LOOPBACK_TEST
	tristate "SPI LoopBack Test"
	depends on SAMSUNG_PHONE_SVNET
	default n

menuconfig PHONE_STORAGE
	tristate "DGS Storage"
	depends on SAMSUNG_PHONE_SVNET
	default n

config SVNET_WHITELIST
	bool "svnet uses whitelist via onedram"
	default n
	---help---
	  By default, n

config CHN_CMCC_SPI_SPRD
        tristate "Samsung M0-TD CP SPRD"
	depends on SAMSUNG_PHONE_SVNET
        default n

config SEC_MODEM_M0_TD
        tristate "Samsung M0-TD modemctl driver"
        depends on SAMSUNG_PHONE_SVNET
        default n

config WORKQUEUE_FRONT
	tristate "IPC_SPI workqueue front"
	depends on SAMSUNG_PHONE_SVNET
	default n

endif # SAMSUNG_PHONE_SVNET