Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

#
# CONFIG_HSI clients configuration
#

comment "HSI clients"

config CONFIG_NOKIA_MODEM
	tristate "Nokia Modem"
	depends on CONFIG_HSI && CONFIG_SSI_PROTOCOL && CONFIG_CMT_SPEECH
	help
	Say Y here if you want to add support for the modem on Nokia
	N900 (Nokia RX-51) hardware.

	If unsure, say N.

config CONFIG_CMT_SPEECH
	tristate "CMT speech"
	depends on CONFIG_HSI && CONFIG_SSI_PROTOCOL
	help
	If you say Y here, you will enable the CMT speech protocol used
	by Nokia modems. If you say CONFIG_M the protocol will be available as
	module named cmt_speech.

	If unsure, say N.

config CONFIG_SSI_PROTOCOL
	tristate "SSI protocol"
	depends on CONFIG_HSI && CONFIG_PHONET && CONFIG_OMAP_SSI
	help
	If you say Y here, you will enable the SSI protocol aka McSAAB.

	If unsure, say N.

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