#
# HSI clients configuration
#

comment "HSI clients"

config SSI_PROTOCOL
	tristate "SSI protocol"
	default n
	depends on HSI && OMAP_SSI && CMT && PHONET
	---help---
	  If you say Y here, you will enable the SSI protocol aka McSAAB.

	  If unsure, say N.

config HSI_CHAR
	tristate "HSI/SSI character driver"
	depends on HSI
	---help---
	  If you say Y here, you will enable the HSI/SSI character driver.
	  This driver provides a simple character device interface for
	  serial communication with the cellular modem over HSI/SSI bus.

config HSI_CMT_SPEECH
        tristate "HSI/SSI CMT speech driver"
        depends on HSI && SSI_PROTOCOL
        ---help---
	  If you say Y here, you will enable the HSI CMT speech driver.
	  This driver implements a character device interface for transferring
	  speech data frames over HSI. This driver is used in e.g. Nokia N900.

	  If unsure, say Y, or else you will not be able to make voice calls.
