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-05-04 09:34:19 +0200
commit0c33fa884c3a1c777d1e7f5c8d78879a1034218a (patch)
tree065dffa81f46cf0e3346388c9b103752723526a5 /drivers/hsi/clients/Makefile
parent28fe5c9f5fb965af0dba9f46148647230b5ae30e (diff)
downloadlinux-0c33fa884c3a1c777d1e7f5c8d78879a1034218a.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> Reviewed-by: Pavel Machek <pavel@ucw.cz>
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