diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2012-09-28 01:35:15 -0400 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2012-09-28 01:35:15 -0400 |
commit | eccbb05a64fef867362ff05b5d266757e3c82b36 (patch) | |
tree | e4cca0e3a865f8bd529e1085046483dcb9c5c8b8 /drivers/rpmsg/Kconfig | |
parent | 387daf1716da579fc1d198414d890967cd624a5b (diff) |
virtio: remove CONFIG_VIRTIO_RING
Everyone who selects VIRTIO is also made to select VIRTIO_RING; just make
them synonymous, since we removed the indirection layer some time ago.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'drivers/rpmsg/Kconfig')
-rw-r--r-- | drivers/rpmsg/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/rpmsg/Kconfig b/drivers/rpmsg/Kconfig index 32aead65735a..2bd911f12571 100644 --- a/drivers/rpmsg/Kconfig +++ b/drivers/rpmsg/Kconfig | |||
@@ -4,7 +4,6 @@ menu "Rpmsg drivers (EXPERIMENTAL)" | |||
4 | config RPMSG | 4 | config RPMSG |
5 | tristate | 5 | tristate |
6 | select VIRTIO | 6 | select VIRTIO |
7 | select VIRTIO_RING | ||
8 | depends on EXPERIMENTAL | 7 | depends on EXPERIMENTAL |
9 | 8 | ||
10 | endmenu | 9 | endmenu |