diff options
| author | Kees Cook <keescook@chromium.org> | 2012-10-02 14:18:50 -0400 |
|---|---|---|
| committer | Kees Cook <keescook@chromium.org> | 2013-01-11 14:39:03 -0500 |
| commit | 860514e08563d3b1a0e4abbc8ee2d7e2f6616d20 (patch) | |
| tree | 8ad2ac2fc81d576d6399699dd9e288124bfc299a /drivers/rpmsg | |
| parent | 204911fb50da45790a97c9d217f8661b616ce33e (diff) | |
drivers/rpmsg: remove depends on CONFIG_EXPERIMENTAL
The CONFIG_EXPERIMENTAL config item has not carried much meaning for a
while now and is almost always enabled by default. As agreed during the
Linux kernel summit, remove it from any "depends on" lines in Kconfigs.
CC: Ohad Ben-Cohen <ohad@wizery.com>
CC: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Kees Cook <keescook@chromium.org>
Acked-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'drivers/rpmsg')
| -rw-r--r-- | drivers/rpmsg/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/rpmsg/Kconfig b/drivers/rpmsg/Kconfig index 2bd911f12571..f6e0ea6ffda5 100644 --- a/drivers/rpmsg/Kconfig +++ b/drivers/rpmsg/Kconfig | |||
| @@ -1,9 +1,8 @@ | |||
| 1 | menu "Rpmsg drivers (EXPERIMENTAL)" | 1 | menu "Rpmsg drivers" |
| 2 | 2 | ||
| 3 | # RPMSG always gets selected by whoever wants it | 3 | # RPMSG always gets selected by whoever wants it |
| 4 | config RPMSG | 4 | config RPMSG |
| 5 | tristate | 5 | tristate |
| 6 | select VIRTIO | 6 | select VIRTIO |
| 7 | depends on EXPERIMENTAL | ||
| 8 | 7 | ||
| 9 | endmenu | 8 | endmenu |
