Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 218472
b: refs/heads/master
c: 1933f0c
h: refs/heads/master
v: v3
  • Loading branch information
Amarnath Revanna authored and David S. Miller committed Oct 27, 2010
1 parent ca668a2 commit 32bacde
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e57731f4dda7a5d0c82ec3cc9ba91691b826b76e
refs/heads/master: 1933f0c09438ed8ccfee2281b814d9b26cef336c
7 changes: 7 additions & 0 deletions trunk/drivers/net/caif/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,10 @@ config CAIF_SPI_SYNC
Putting the next command and length in the start of the frame can
help to synchronize to the next transfer in case of over or under-runs.
This option also needs to be enabled on the modem.

config CAIF_SHM
tristate "CAIF shared memory protocol driver"
depends on CAIF && U5500_MBOX
default n
---help---
The CAIF shared memory protocol driver for the STE UX5500 platform.
4 changes: 4 additions & 0 deletions trunk/drivers/net/caif/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ obj-$(CONFIG_CAIF_TTY) += caif_serial.o
# SPI slave physical interfaces module
cfspi_slave-objs := caif_spi.o caif_spi_slave.o
obj-$(CONFIG_CAIF_SPI_SLAVE) += cfspi_slave.o

# Shared memory
caif_shm-objs := caif_shmcore.o caif_shm_u5500.o
obj-$(CONFIG_CAIF_SHM) += caif_shm.o

0 comments on commit 32bacde

Please sign in to comment.