summaryrefslogtreecommitdiffstats
path: root/drivers/hsi/Makefile
diff options
context:
space:
mode:
authorSebastian Reichel <sre@kernel.org>2013-12-15 23:38:58 +0100
committerSebastian Reichel <sre@kernel.org>2014-03-28 23:00:00 +0100
commit0b8af7c65053c75863fe6ffa2a2a3172934d88a0 (patch)
treea543e1389f2e087391a77043c3bb3023afd4716d /drivers/hsi/Makefile
parent5888b3a284ef61b0bea72b000f555d00aae72cde (diff)
downloadlinux-0b8af7c65053c75863fe6ffa2a2a3172934d88a0.tar.bz2
HSI: Introduce OMAP SSI driver
Add OMAP SSI driver to the HSI subsystem. The Synchronous Serial Interface (SSI) is a legacy version of HSI. As in the case of HSI, it is mainly used to connect Application engines (APE) with cellular modem engines (CMT) in cellular handsets. It provides a multichannel, full-duplex, multi-core communication with no reference clock. The OMAP SSI block is capable of reaching speeds of 110 Mbit/s. Signed-off-by: Carlos Chinea <carlos.chinea@nokia.com> Signed-off-by: Sebastian Reichel <sre@kernel.org>
Diffstat (limited to 'drivers/hsi/Makefile')
-rw-r--r--drivers/hsi/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hsi/Makefile b/drivers/hsi/Makefile
index 9d5d33f90de2..360371e134f1 100644
--- a/drivers/hsi/Makefile
+++ b/drivers/hsi/Makefile
@@ -3,4 +3,5 @@
#
obj-$(CONFIG_HSI_BOARDINFO) += hsi_boardinfo.o
obj-$(CONFIG_HSI) += hsi.o
+obj-y += controllers/
obj-y += clients/