Kconfig 186 字节
Newer Older
1
menu "Rpmsg drivers"
O
Ohad Ben-Cohen 已提交
2

3 4 5
# RPMSG always gets selected by whoever wants it
config RPMSG
	tristate
6 7 8 9

config RPMSG_VIRTIO
	tristate
	select RPMSG
10
	select VIRTIO
11
	select VIRTUALIZATION
O
Ohad Ben-Cohen 已提交
12 13

endmenu