xref: /linux/drivers/hsi/clients/Kconfig (revision eafaebd987fcd001e2c123c050939a29c625d673)
1f9e40201SAndras Domokos#
2f9e40201SAndras Domokos# HSI clients configuration
3f9e40201SAndras Domokos#
4f9e40201SAndras Domokos
5f9e40201SAndras Domokoscomment "HSI clients"
6f9e40201SAndras Domokos
7*eafaebd9SSebastian Reichelconfig NOKIA_MODEM
8*eafaebd9SSebastian Reichel	tristate "Nokia Modem"
9*eafaebd9SSebastian Reichel	depends on HSI && SSI_PROTOCOL
10*eafaebd9SSebastian Reichel	help
11*eafaebd9SSebastian Reichel	Say Y here if you want to add support for the modem on Nokia
12*eafaebd9SSebastian Reichel	N900 (Nokia RX-51) hardware.
13*eafaebd9SSebastian Reichel
14*eafaebd9SSebastian Reichel	If unsure, say N.
15*eafaebd9SSebastian Reichel
16dc7bf5d7SSebastian Reichelconfig SSI_PROTOCOL
17dc7bf5d7SSebastian Reichel	tristate "SSI protocol"
18dc7bf5d7SSebastian Reichel	depends on HSI && PHONET && (OMAP_SSI=y || OMAP_SSI=m)
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