Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 175afe85 authored by Ram Muthiah's avatar Ram Muthiah
Browse files

ANDROID: Re-add default y for VIRTIO_PCI_LEGACY



This is a partial revert of commit 64b9a2067308c5b3e6ff718.

Bug: 139431025
Test: Treehugger
Signed-off-by: default avatarRam Muthiah <rammuthiah@google.com>
Change-Id: I2ebbe2f20e318cb01206ccbd8c6a5803f7f503b6
parent c7e20e35
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -26,6 +26,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.
@@ -35,6 +36,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