rpmsg: add Kconfig menu
Add a dedicated Kconfig menu for the rpmsg drivers, so they don't show up in the main driver menu. Signed-off-by: Ohad Ben-Cohen <ohad@wizery.com>
This commit is contained in:
parent
650d65611e
commit
f8289edae4
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
||||||
|
menu "Rpmsg drivers"
|
||||||
|
|
||||||
# RPMSG always gets selected by whoever wants it
|
# RPMSG always gets selected by whoever wants it
|
||||||
config RPMSG
|
config RPMSG
|
||||||
tristate
|
tristate
|
||||||
select VIRTIO
|
select VIRTIO
|
||||||
select VIRTIO_RING
|
select VIRTIO_RING
|
||||||
|
|
||||||
|
endmenu
|
||||||
|
|
Loading…
Add table
Reference in a new issue