Skip to content

Commit

Permalink
HSI: Introduce driver for SSI Protocol
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Sebastian Reichel committed May 15, 2014
1 parent dc9df31 commit dc7bf5d
Show file tree
Hide file tree
Showing 4 changed files with 1,243 additions and 1 deletion.
8 changes: 8 additions & 0 deletions drivers/hsi/clients/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion drivers/hsi/clients/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading

0 comments on commit dc7bf5d

Please sign in to comment.