1# SPDX-License-Identifier: GPL-2.0-only 2# 3# HSI clients configuration 4# 5 6comment "HSI clients" 7 8config NOKIA_MODEM 9 tristate "Nokia Modem" 10 depends on HSI && SSI_PROTOCOL && CMT_SPEECH 11 help 12 Say Y here if you want to add support for the modem on Nokia 13 N900 (Nokia RX-51) hardware. 14 15 If unsure, say N. 16 17config CMT_SPEECH 18 tristate "CMT speech" 19 depends on HSI && SSI_PROTOCOL 20 help 21 If you say Y here, you will enable the CMT speech protocol used 22 by Nokia modems. If you say M the protocol will be available as 23 module named cmt_speech. 24 25 If unsure, say N. 26 27config SSI_PROTOCOL 28 tristate "SSI protocol" 29 depends on HSI && PHONET && OMAP_SSI 30 help 31 If you say Y here, you will enable the SSI protocol aka McSAAB. 32 33 If unsure, say N. 34 35config HSI_CHAR 36 tristate "HSI/SSI character driver" 37 depends on HSI 38 ---help--- 39 If you say Y here, you will enable the HSI/SSI character driver. 40 This driver provides a simple character device interface for 41 serial communication with the cellular modem over HSI/SSI bus. 42