Kconfig (c9733c79f411b5df63f3dfd494fc37636a4d8fba) Kconfig (518e1624f56615a88c91bc79c7b4b4d9eb2419e5)
1#
2# HSI clients configuration
3#
4
5comment "HSI clients"
6
7config NOKIA_MODEM
8 tristate "Nokia Modem"
9 depends on HSI && SSI_PROTOCOL
10 help
11 Say Y here if you want to add support for the modem on Nokia
12 N900 (Nokia RX-51) hardware.
13
14 If unsure, say N.
15
16config SSI_PROTOCOL
17 tristate "SSI protocol"
1#
2# HSI clients configuration
3#
4
5comment "HSI clients"
6
7config NOKIA_MODEM
8 tristate "Nokia Modem"
9 depends on HSI && SSI_PROTOCOL
10 help
11 Say Y here if you want to add support for the modem on Nokia
12 N900 (Nokia RX-51) hardware.
13
14 If unsure, say N.
15
16config SSI_PROTOCOL
17 tristate "SSI protocol"
18 depends on HSI && PHONET && (OMAP_SSI=y || OMAP_SSI=m)
18 depends on HSI && PHONET && OMAP_SSI
19 help
20 If you say Y here, you will enable the SSI protocol aka McSAAB.
21
22 If unsure, say N.
23
24config HSI_CHAR
25 tristate "HSI/SSI character driver"
26 depends on HSI
27 ---help---
28 If you say Y here, you will enable the HSI/SSI character driver.
29 This driver provides a simple character device interface for
30 serial communication with the cellular modem over HSI/SSI bus.
19 help
20 If you say Y here, you will enable the SSI protocol aka McSAAB.
21
22 If unsure, say N.
23
24config HSI_CHAR
25 tristate "HSI/SSI character driver"
26 depends on HSI
27 ---help---
28 If you say Y here, you will enable the HSI/SSI character driver.
29 This driver provides a simple character device interface for
30 serial communication with the cellular modem over HSI/SSI bus.