From 553684e4d716fe82fe2ccdb913c5cb11a7b129d8 Mon Sep 17 00:00:00 2001 From: Ram Muthiah Date: Wed, 12 Feb 2020 14:08:13 -0800 Subject: [PATCH] ANDROID: Re-add default y for VIRTIO_PCI_LEGACY This is a partial revert of Change-Id I6943cf6b1fedc2b82332c1dcf9a91281a3ca5627. Bug: 139431025 Test: Treehugger Signed-off-by: Ram Muthiah Change-Id: I2ebbe2f20e318cb01206ccbd8c6a5803f7f503b6 --- drivers/virtio/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/drivers/virtio/Kconfig b/drivers/virtio/Kconfig index a936c5555c79..009278b23241 100644 --- a/drivers/virtio/Kconfig +++ b/drivers/virtio/Kconfig @@ -25,6 +25,7 @@ config VIRTIO_PCI config VIRTIO_PCI_LEGACY bool "Support for legacy virtio draft 0.9.X and older devices" + default y depends on VIRTIO_PCI ---help--- Virtio PCI Card 0.9.X Draft (circa 2014) and older device support. @@ -34,6 +35,11 @@ config VIRTIO_PCI_LEGACY If disabled, you get a slightly smaller, non-transitional driver, with no legacy compatibility. + So look out into your driveway. Do you have a flying car? If + so, you can happily disable this option and virtio will not + break. Otherwise, leave it set. Unless you're testing what + life will be like in The Future. + If unsure, say Y. config VIRTIO_PMEM