tizen 2.4 release
[profile/mobile/platform/kernel/linux-3.10-sc7730.git] / drivers / sipc / Kconfig
1
2 menu "SIPC modules"
3
4 config SIPC
5         bool "Sprd IPC"
6         default n
7         help
8           SIPC is a module for spreadtrum AP/CP communicaiton system.
9
10 config SIPC_SPIPE
11         bool "sprd pipe driver based on SBUF"
12         default n
13         depends on SIPC
14         help
15           This driver is a pipe driver base on SBUF, which create
16           general pipes between AP & CP.
17
18 config SIPC_SPOOL
19        bool "sprd pool driver based on SBLOCK"
20        default n
21        depends on SIPC
22        help
23         This driver is a pool driver base on SBLOCK, which create
24         general pools between AP & CP.
25
26 config SIPC_SETH
27        bool "Sprd Ethernet driver"
28        default n
29        depends on SIPC
30        help
31          This driver supports the Spreadtrum Ethernet based on share
32          memory. Say Y here if you want to use it.
33
34 config SETH_OPT
35       bool "Enable performance optimization for SETH (2 Bytes reserved & US gather)"
36       default n
37       depends on SIPC_SETH
38       help
39         Starting from SharkL, the Seth driver is optimized for data thransfer
40         performance, but that is not compatible with former products
41         like TShark. Enable this configuration, IF the modem end surports
42         these optimizations: 2 Bytes reserved in sblock field and packets gathering
43         in upstreaming direction.
44
45 config SIPC_STTY
46        bool "Sprd Stty driver"
47        default n
48        depends on SIPC
49        help
50          This driver supports the Spreadtrum Ethernet based on share
51          memory. Say Y here if you want to use it.
52
53 endmenu