diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2012-09-28 05:35:15 (GMT) |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2012-09-28 05:35:15 (GMT) |
commit | eccbb05a64fef867362ff05b5d266757e3c82b36 (patch) | |
tree | e4cca0e3a865f8bd529e1085046483dcb9c5c8b8 /arch/s390 | |
parent | 387daf1716da579fc1d198414d890967cd624a5b (diff) | |
download | linux-eccbb05a64fef867362ff05b5d266757e3c82b36.tar.xz |
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/s390')
-rw-r--r-- | arch/s390/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig index 107610e..9faf3d9 100644 --- a/arch/s390/Kconfig +++ b/arch/s390/Kconfig @@ -587,7 +587,6 @@ config S390_GUEST depends on 64BIT && EXPERIMENTAL select VIRTUALIZATION select VIRTIO - select VIRTIO_RING select VIRTIO_CONSOLE help Select this option if you want to run the kernel as a guest under |