diff options
author | Sebastian Reichel <sre@kernel.org> | 2013-11-15 11:50:32 +0100 |
---|---|---|
committer | Sebastian Reichel <sre@kernel.org> | 2014-05-16 00:55:30 +0200 |
commit | dc7bf5d7186849aa36b9f0e42e250a813a7b0bdb (patch) | |
tree | 24aec89222a89850c98c187b826360c69df128ac /drivers/hsi/clients/Makefile | |
parent | Documentation: DT: omap-ssi binding documentation (diff) | |
download | linux-dc7bf5d7186849aa36b9f0e42e250a813a7b0bdb.tar.xz linux-dc7bf5d7186849aa36b9f0e42e250a813a7b0bdb.zip |
HSI: Introduce driver for SSI Protocol
This adds a driver for the SSI McSAAB protocol as used in
the Nokia N900.
Signed-off-by: Carlos Chinea <carlos.chinea@nokia.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
Tested-By: Ivaylo Dimitrov <ivo.g.dimitrov.75@gmail.com>
Diffstat (limited to 'drivers/hsi/clients/Makefile')
-rw-r--r-- | drivers/hsi/clients/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/hsi/clients/Makefile b/drivers/hsi/clients/Makefile index 327c0e27c8b0..ccbf768ea42b 100644 --- a/drivers/hsi/clients/Makefile +++ b/drivers/hsi/clients/Makefile @@ -2,4 +2,5 @@ # Makefile for HSI clients # -obj-$(CONFIG_HSI_CHAR) += hsi_char.o +obj-$(CONFIG_SSI_PROTOCOL) += ssi_protocol.o +obj-$(CONFIG_HSI_CHAR) += hsi_char.o |