Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 255327
b: refs/heads/master
c: 40d6904
h: refs/heads/master
i:
  255325: 263a83f
  255323: bab16ea
  255319: da15e3e
  255311: a2d296c
  255295: 21a91ee
v: v3
  • Loading branch information
Dmitry.Tarnyagin authored and David S. Miller committed Jun 2, 2011
1 parent 2cd2be0 commit 2b75d66
Show file tree
Hide file tree
Showing 5 changed files with 1,378 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: a198c142aacf82acad29e1752191bda8b451a0c7
refs/heads/master: 40d69043fce579378eb185d31445b6ff66abbd93
9 changes: 9 additions & 0 deletions trunk/drivers/net/caif/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,12 @@ config CAIF_SHM
default n
---help---
The CAIF shared memory protocol driver for the STE UX5500 platform.

config CAIF_HSI
tristate "CAIF HSI transport driver"
depends on CAIF
default n
---help---
The caif low level driver for CAIF over HSI.
Be aware that if you enable this then you also need to
enable a low-level HSI driver.
3 changes: 3 additions & 0 deletions trunk/drivers/net/caif/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ 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

# HSI interface
obj-$(CONFIG_CAIF_HSI) += caif_hsi.o
Loading

0 comments on commit 2b75d66

Please sign in to comment.