Andras Domokos | f9e4020 | 2010-04-21 12:04:21 +0300 | [diff] [blame] | 1 | # |
| 2 | # HSI clients configuration |
| 3 | # |
| 4 | |
| 5 | comment "HSI clients" |
| 6 | |
Sebastian Reichel | eafaebd | 2014-03-28 20:19:44 +0100 | [diff] [blame] | 7 | config NOKIA_MODEM |
| 8 | tristate "Nokia Modem" |
Sebastian Reichel | f9c0d76 | 2015-03-03 01:14:41 +0100 | [diff] [blame] | 9 | depends on HSI && SSI_PROTOCOL && CMT_SPEECH |
Sebastian Reichel | eafaebd | 2014-03-28 20:19:44 +0100 | [diff] [blame] | 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 | |
Kai Vehmanen | 7f62fe8 | 2010-06-02 22:23:34 +0300 | [diff] [blame] | 16 | config 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 | |
Sebastian Reichel | dc7bf5d | 2013-11-15 10:50:32 +0000 | [diff] [blame] | 26 | config SSI_PROTOCOL |
| 27 | tristate "SSI protocol" |
Arnd Bergmann | 518e162 | 2014-06-03 17:14:01 +0200 | [diff] [blame] | 28 | depends on HSI && PHONET && OMAP_SSI |
Sebastian Reichel | dc7bf5d | 2013-11-15 10:50:32 +0000 | [diff] [blame] | 29 | help |
| 30 | If you say Y here, you will enable the SSI protocol aka McSAAB. |
| 31 | |
| 32 | If unsure, say N. |
| 33 | |
Andras Domokos | f9e4020 | 2010-04-21 12:04:21 +0300 | [diff] [blame] | 34 | config 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. |