diff options
| author | Ohad Ben-Cohen <ohad@wizery.com> | 2011-12-14 06:03:55 -0500 |
|---|---|---|
| committer | Ohad Ben-Cohen <ohad@wizery.com> | 2012-02-08 15:54:49 -0500 |
| commit | f8289edae45496477803786c90994d5e072ca66a (patch) | |
| tree | 87f6c825815028e7585d431edad4fdc71e33ebd2 /drivers/rpmsg/Kconfig | |
| parent | 650d65611e9c8e2f4dae8a1c09370a7f87c35e8e (diff) | |
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>
Diffstat (limited to 'drivers/rpmsg/Kconfig')
| -rw-r--r-- | drivers/rpmsg/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/rpmsg/Kconfig b/drivers/rpmsg/Kconfig index 811fede35bd8..98aca557b823 100644 --- a/drivers/rpmsg/Kconfig +++ b/drivers/rpmsg/Kconfig | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | menu "Rpmsg drivers" | ||
| 2 | |||
| 1 | # RPMSG always gets selected by whoever wants it | 3 | # RPMSG always gets selected by whoever wants it |
| 2 | config RPMSG | 4 | config RPMSG |
| 3 | tristate | 5 | tristate |
| 4 | select VIRTIO | 6 | select VIRTIO |
| 5 | select VIRTIO_RING | 7 | select VIRTIO_RING |
| 8 | |||
| 9 | endmenu | ||
