eccbb05a64
Everyone who selects VIRTIO is also made to select VIRTIO_RING; just make them synonymous, since we removed the indirection layer some time ago. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
10 lines
158 B
Plaintext
10 lines
158 B
Plaintext
menu "Rpmsg drivers (EXPERIMENTAL)"
|
|
|
|
# RPMSG always gets selected by whoever wants it
|
|
config RPMSG
|
|
tristate
|
|
select VIRTIO
|
|
depends on EXPERIMENTAL
|
|
|
|
endmenu
|