summaryrefslogtreecommitdiff
path: root/drivers/sipc/Kconfig
blob: 0a47fb72117471cdda2bd92a2e380dbc39c6ba33 (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

menu "SIPC modules"

config SIPC
	bool "Sprd IPC"
	default n
	help
	  SIPC is a module for spreadtrum AP/CP communicaiton system.

config SIPC_SPIPE
	bool "sprd pipe driver based on SBUF"
	default n
	depends on SIPC
	help
	  This driver is a pipe driver base on SBUF, which create
	  general pipes between AP & CP.

config SIPC_SPOOL
       bool "sprd pool driver based on SBLOCK"
       default n
       depends on SIPC
       help
        This driver is a pool driver base on SBLOCK, which create
        general pools between AP & CP.

config SIPC_SETH
       bool "Sprd Ethernet driver"
       default n
       depends on SIPC
       help
         This driver supports the Spreadtrum Ethernet based on share
         memory. Say Y here if you want to use it.

config SETH_OPT
      bool "Enable performance optimization for SETH (2 Bytes reserved & US gather)"
      default n
      depends on SIPC_SETH
      help
        Starting from SharkL, the Seth driver is optimized for data thransfer
	performance, but that is not compatible with former products
	like TShark. Enable this configuration, IF the modem end surports
	these optimizations: 2 Bytes reserved in sblock field and packets gathering
	in upstreaming direction.

config SETH_GRO_DISABLE
       bool "Disable the gro function in seth"
       default n
       depends on SIPC_SETH
       help
         GRO function is incompatible with the samsung's GrandPrime, this will make
	 it happen kernel panic and IPV6 download too low. Enable this configuration
	 will let us to bypass these problems temporarily.

config SIPC_STTY
       bool "Sprd Stty driver"
       default n
       depends on SIPC
       help
         This driver supports the Spreadtrum Ethernet based on share
         memory. Say Y here if you want to use it.

config SIPC_DUAL_SIM_PLUG
   bool "Sprd Dual sim plug driver"
   default n
   depends on SIPC
   help
   This driver supports the Spreadtrum dual sim plug. Say Y here if you want to use it.

endmenu