xref: /openbmc/linux/drivers/hsi/clients/Kconfig (revision dc7bf5d7)
1#
2# HSI clients configuration
3#
4
5comment "HSI clients"
6
7config SSI_PROTOCOL
8	tristate "SSI protocol"
9	depends on HSI && PHONET && (OMAP_SSI=y || OMAP_SSI=m)
10	help
11	If you say Y here, you will enable the SSI protocol aka McSAAB.
12
13	If unsure, say N.
14
15config HSI_CHAR
16	tristate "HSI/SSI character driver"
17	depends on HSI
18	---help---
19	  If you say Y here, you will enable the HSI/SSI character driver.
20	  This driver provides a simple character device interface for
21	  serial communication with the cellular modem over HSI/SSI bus.
22