diff options
author | Sebastian Reichel <sre@kernel.org> | 2014-03-28 20:19:44 +0100 |
---|---|---|
committer | Sebastian Reichel <sre@kernel.org> | 2014-05-16 00:55:42 +0200 |
commit | eafaebd987fcd001e2c123c050939a29c625d673 (patch) | |
tree | 6a338f0347a08029c04963d89f8f71de408eaf12 /drivers/hsi/clients/Makefile | |
parent | HSI: Introduce driver for SSI Protocol (diff) | |
download | linux-eafaebd987fcd001e2c123c050939a29c625d673.tar.xz linux-eafaebd987fcd001e2c123c050939a29c625d673.zip |
HSI: Introduce Nokia N900 modem driver
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>
Diffstat (limited to 'drivers/hsi/clients/Makefile')
-rw-r--r-- | drivers/hsi/clients/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hsi/clients/Makefile b/drivers/hsi/clients/Makefile index ccbf768ea42b..4d5bc0e0b27b 100644 --- a/drivers/hsi/clients/Makefile +++ b/drivers/hsi/clients/Makefile @@ -2,5 +2,6 @@ # 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 |