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