dt: Add empty of_parse_phandle_with_args() function
[linux-2.6.git] / drivers / rpmsg / Kconfig
blob32aead65735adf4389d2708d73babc0635a5e879
1 menu "Rpmsg drivers (EXPERIMENTAL)"
3 # RPMSG always gets selected by whoever wants it
4 config RPMSG
5         tristate
6         select VIRTIO
7         select VIRTIO_RING
8         depends on EXPERIMENTAL
10 endmenu