xref: /openbmc/linux/drivers/hsi/clients/Kconfig (revision 7f62fe8a)
1f9e40201SAndras Domokos#
2f9e40201SAndras Domokos# HSI clients configuration
3f9e40201SAndras Domokos#
4f9e40201SAndras Domokos
5f9e40201SAndras Domokoscomment "HSI clients"
6f9e40201SAndras Domokos
7eafaebd9SSebastian Reichelconfig NOKIA_MODEM
8eafaebd9SSebastian Reichel	tristate "Nokia Modem"
9eafaebd9SSebastian Reichel	depends on HSI && SSI_PROTOCOL
10eafaebd9SSebastian Reichel	help
11eafaebd9SSebastian Reichel	Say Y here if you want to add support for the modem on Nokia
12eafaebd9SSebastian Reichel	N900 (Nokia RX-51) hardware.
13eafaebd9SSebastian Reichel
14eafaebd9SSebastian Reichel	If unsure, say N.
15eafaebd9SSebastian Reichel
167f62fe8aSKai Vehmanenconfig CMT_SPEECH
177f62fe8aSKai Vehmanen	tristate "CMT speech"
187f62fe8aSKai Vehmanen	depends on HSI && SSI_PROTOCOL
197f62fe8aSKai Vehmanen	help
207f62fe8aSKai Vehmanen	If you say Y here, you will enable the CMT speech protocol used
217f62fe8aSKai Vehmanen	by Nokia modems. If you say M the protocol will be available as
227f62fe8aSKai Vehmanen	module named cmt_speech.
237f62fe8aSKai Vehmanen
247f62fe8aSKai Vehmanen	If unsure, say N.
257f62fe8aSKai Vehmanen
26dc7bf5d7SSebastian Reichelconfig SSI_PROTOCOL
27dc7bf5d7SSebastian Reichel	tristate "SSI protocol"
28518e1624SArnd Bergmann	depends on HSI && PHONET && OMAP_SSI
29dc7bf5d7SSebastian Reichel	help
30dc7bf5d7SSebastian Reichel	If you say Y here, you will enable the SSI protocol aka McSAAB.
31dc7bf5d7SSebastian Reichel
32dc7bf5d7SSebastian Reichel	If unsure, say N.
33dc7bf5d7SSebastian Reichel
34f9e40201SAndras Domokosconfig HSI_CHAR
35f9e40201SAndras Domokos	tristate "HSI/SSI character driver"
36f9e40201SAndras Domokos	depends on HSI
37f9e40201SAndras Domokos	---help---
38f9e40201SAndras Domokos	  If you say Y here, you will enable the HSI/SSI character driver.
39f9e40201SAndras Domokos	  This driver provides a simple character device interface for
40f9e40201SAndras Domokos	  serial communication with the cellular modem over HSI/SSI bus.
41