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