mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
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
|