summaryrefslogtreecommitdiffstats
path: root/drivers/hsi/clients/Makefile
diff options
context:
space:
mode:
authorSebastian Reichel <sre@kernel.org>2014-03-28 20:19:44 +0100
committerSebastian Reichel <sre@kernel.org>2014-03-28 23:00:02 +0100
commitb04057eea94770adaa5db610841b7e4b86573602 (patch)
tree41c94081b85f8b90deac7239755a6e6f1d26d133 /drivers/hsi/clients/Makefile
parent7b17fc396bf2961a7267c4ca1732670ccfad6084 (diff)
downloadlinux-b04057eea94770adaa5db610841b7e4b86573602.tar.bz2
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>
Diffstat (limited to 'drivers/hsi/clients/Makefile')
-rw-r--r--drivers/hsi/clients/Makefile1
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