eafaebd987
The Nokia N900's modem is connected via Synchronous Serial Interface (SSI), which is a legacy version of MIPI's High-speed Synchronous Serial Interface (HSI). The handles the GPIOs for enabling and resetting the modem and instanciates ssi-protocol for data exchange. It does not yet support exchanging voice data with the modem. Signed-off-by: Sebastian Reichel <sre@kernel.org> Reviewed-by: Pavel Machek <pavel@ucw.cz> Tested-By: Ivaylo Dimitrov <ivo.g.dimitrov.75@gmail.com>
8 lines
158 B
Makefile
8 lines
158 B
Makefile
#
|
|
# Makefile for HSI clients
|
|
#
|
|
|
|
obj-$(CONFIG_NOKIA_MODEM) += nokia-modem.o
|
|
obj-$(CONFIG_SSI_PROTOCOL) += ssi_protocol.o
|
|
obj-$(CONFIG_HSI_CHAR) += hsi_char.o
|