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:
@@ -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
|
||||
|
@@ -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
|
||||
|
1191
drivers/hsi/clients/ssi_protocol.c
Normal file
1191
drivers/hsi/clients/ssi_protocol.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user