Merge tag 'module_init-alternate_initcall-v4.1-rc8' of git://git.kernel.org/pub/scm...
[deliverable/linux.git] / drivers / hsi / clients / Kconfig
CommitLineData
f9e40201
AD
1#
2# HSI clients configuration
3#
4
5comment "HSI clients"
6
eafaebd9
SR
7config NOKIA_MODEM
8 tristate "Nokia Modem"
f9c0d76e 9 depends on HSI && SSI_PROTOCOL && CMT_SPEECH
eafaebd9
SR
10 help
11 Say Y here if you want to add support for the modem on Nokia
12 N900 (Nokia RX-51) hardware.
13
14 If unsure, say N.
15
7f62fe8a
KV
16config CMT_SPEECH
17 tristate "CMT speech"
18 depends on HSI && SSI_PROTOCOL
19 help
20 If you say Y here, you will enable the CMT speech protocol used
21 by Nokia modems. If you say M the protocol will be available as
22 module named cmt_speech.
23
24 If unsure, say N.
25
dc7bf5d7
SR
26config SSI_PROTOCOL
27 tristate "SSI protocol"
518e1624 28 depends on HSI && PHONET && OMAP_SSI
dc7bf5d7
SR
29 help
30 If you say Y here, you will enable the SSI protocol aka McSAAB.
31
32 If unsure, say N.
33
f9e40201
AD
34config HSI_CHAR
35 tristate "HSI/SSI character driver"
36 depends on HSI
37 ---help---
38 If you say Y here, you will enable the HSI/SSI character driver.
39 This driver provides a simple character device interface for
40 serial communication with the cellular modem over HSI/SSI bus.
This page took 0.233533 seconds and 5 git commands to generate.