diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2012-09-28 15:05:15 +0930 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2012-09-28 15:05:15 +0930 |
commit | eccbb05a64fef867362ff05b5d266757e3c82b36 (patch) | |
tree | e4cca0e3a865f8bd529e1085046483dcb9c5c8b8 /arch/x86 | |
parent | 387daf1716da579fc1d198414d890967cd624a5b (diff) | |
download | blackbird-obmc-linux-eccbb05a64fef867362ff05b5d266757e3c82b36.tar.gz blackbird-obmc-linux-eccbb05a64fef867362ff05b5d266757e3c82b36.zip |
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 'arch/x86')
-rw-r--r-- | arch/x86/lguest/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/lguest/Kconfig b/arch/x86/lguest/Kconfig index 6e121a2a49e1..7872a3330fb5 100644 --- a/arch/x86/lguest/Kconfig +++ b/arch/x86/lguest/Kconfig @@ -4,7 +4,6 @@ config LGUEST_GUEST depends on X86_32 select VIRTUALIZATION select VIRTIO - select VIRTIO_RING select VIRTIO_CONSOLE help Lguest is a tiny in-kernel hypervisor. Selecting this will |