Skip to content

Commit

Permalink
rpmsg: add Kconfig menu
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
ohadbc committed Feb 8, 2012
1 parent 650d656 commit f8289ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions drivers/rpmsg/Kconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
menu "Rpmsg drivers"

# RPMSG always gets selected by whoever wants it
config RPMSG
tristate
select VIRTIO
select VIRTIO_RING

endmenu

0 comments on commit f8289ed

Please sign in to comment.