Merge branches 'for-3.7/upstream-fixes', 'for-3.8/hidraw', 'for-3.8/i2c-hid', 'for...
[linux-2.6-block.git] / drivers / rpmsg / Kconfig
1 menu "Rpmsg drivers (EXPERIMENTAL)"
2
3 # RPMSG always gets selected by whoever wants it
4 config RPMSG
5         tristate
6         select VIRTIO
7         depends on EXPERIMENTAL
8
9 endmenu