xref: /linux/drivers/hsi/clients/Kconfig (revision 518e1624f56615a88c91bc79c7b4b4d9eb2419e5)
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
16dc7bf5d7SSebastian Reichelconfig SSI_PROTOCOL
17dc7bf5d7SSebastian Reichel	tristate "SSI protocol"
18*518e1624SArnd Bergmann	depends on HSI && PHONET && OMAP_SSI
19dc7bf5d7SSebastian Reichel	help
20dc7bf5d7SSebastian Reichel	If you say Y here, you will enable the SSI protocol aka McSAAB.
21dc7bf5d7SSebastian Reichel
22dc7bf5d7SSebastian Reichel	If unsure, say N.
23dc7bf5d7SSebastian Reichel
24f9e40201SAndras Domokosconfig HSI_CHAR
25f9e40201SAndras Domokos	tristate "HSI/SSI character driver"
26f9e40201SAndras Domokos	depends on HSI
27f9e40201SAndras Domokos	---help---
28f9e40201SAndras Domokos	  If you say Y here, you will enable the HSI/SSI character driver.
29f9e40201SAndras Domokos	  This driver provides a simple character device interface for
30f9e40201SAndras Domokos	  serial communication with the cellular modem over HSI/SSI bus.
31