42 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# HSI clients configuration4#5 6comment "HSI clients"7 8config NOKIA_MODEM9 tristate "Nokia Modem"10 depends on HSI && SSI_PROTOCOL && CMT_SPEECH11 help12 Say Y here if you want to add support for the modem on Nokia13 N900 (Nokia RX-51) hardware.14 15 If unsure, say N.16 17config CMT_SPEECH18 tristate "CMT speech"19 depends on HSI && SSI_PROTOCOL20 help21 If you say Y here, you will enable the CMT speech protocol used22 by Nokia modems. If you say M the protocol will be available as23 module named cmt_speech.24 25 If unsure, say N.26 27config SSI_PROTOCOL28 tristate "SSI protocol"29 depends on HSI && PHONET && OMAP_SSI30 help31 If you say Y here, you will enable the SSI protocol aka McSAAB.32 33 If unsure, say N.34 35config HSI_CHAR36 tristate "HSI/SSI character driver"37 depends on HSI38 help39 If you say Y here, you will enable the HSI/SSI character driver.40 This driver provides a simple character device interface for41 serial communication with the cellular modem over HSI/SSI bus.42