| Kees Cook | 860514e | 2012-10-02 11:18:50 -0700 | [diff] [blame] | 1 | menu "Rpmsg drivers" |
| Ohad Ben-Cohen | f8289ed | 2011-12-14 13:03:55 +0200 | [diff] [blame] | 2 | |
| Ohad Ben-Cohen | bcabbcc | 2011-10-20 21:10:55 +0200 | [diff] [blame] | 3 | # RPMSG always gets selected by whoever wants it |
| 4 | config RPMSG | ||||
| 5 | tristate | ||||
| 6 | select VIRTIO | ||||
| Ohad Ben-Cohen | f8289ed | 2011-12-14 13:03:55 +0200 | [diff] [blame] | 7 | |
| 8 | endmenu | ||||