Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 370934
b: refs/heads/master
c: 0d2e1a2
h: refs/heads/master
v: v3
  • Loading branch information
Erwan Yvin authored and Rusty Russell committed Mar 20, 2013
1 parent ad6ae96 commit c99cddb
Show file tree
Hide file tree
Showing 6 changed files with 828 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: 3beee86a4b9374e38dba36b44e81f1423a0d6b54
refs/heads/master: 0d2e1a2926b1839a4b74519e660739b2566c9386
14 changes: 14 additions & 0 deletions trunk/drivers/net/caif/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,17 @@ config CAIF_HSI
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.

config CAIF_VIRTIO
tristate "CAIF virtio transport driver"
depends on CAIF
select VHOST_RING
select VIRTIO
select GENERIC_ALLOCATOR
default n
---help---
The caif driver for CAIF over Virtio.

if CAIF_VIRTIO
source "drivers/vhost/Kconfig"
endif
3 changes: 3 additions & 0 deletions trunk/drivers/net/caif/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ obj-$(CONFIG_CAIF_SHM) += caif_shm.o

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

# Virtio interface
obj-$(CONFIG_CAIF_VIRTIO) += caif_virtio.o
Loading

0 comments on commit c99cddb

Please sign in to comment.