mirror of
https://github.com/armbian/linux.git
synced 2026-01-06 10:13:00 -08:00
11 lines
178 B
Plaintext
11 lines
178 B
Plaintext
menu "Rpmsg drivers (EXPERIMENTAL)"
|
|
|
|
# RPMSG always gets selected by whoever wants it
|
|
config RPMSG
|
|
tristate
|
|
select VIRTIO
|
|
select VIRTIO_RING
|
|
depends on EXPERIMENTAL
|
|
|
|
endmenu
|