mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-29 23:26:44 +07:00
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
|