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>
This commit is contained in:
Sebastian Reichel
2013-11-15 10:50:32 +00:00
parent dc9df3154c
commit dc7bf5d718
4 changed files with 1243 additions and 1 deletions

View File

@@ -4,6 +4,14 @@
comment "HSI clients"
config SSI_PROTOCOL
tristate "SSI protocol"
depends on HSI && PHONET && (OMAP_SSI=y || OMAP_SSI=m)
help
If you say Y here, you will enable the SSI protocol aka McSAAB.
If unsure, say N.
config HSI_CHAR
tristate "HSI/SSI character driver"
depends on HSI

View File

@@ -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

File diff suppressed because it is too large Load Diff