From e03a3cf3cc429a2770817a1721bda8946a8c3989 Mon Sep 17 00:00:00 2001 From: Alistair Delva Date: Wed, 16 Dec 2020 09:28:05 -0800 Subject: [PATCH] ANDROID: GKI: Unhide VIRTIO_DMA_SHARED_BUFFER So downstream boards can select it. It is needed by some virtio drivers like virtio-gpu. We can't put this in init/Kconfig.gki because we don't want to enable VIRTIO options in GKI if they can be tristate. Bug: 175707513 Change-Id: Ic8f7b0aa0ed6e9c74cda08d96eb30507d6886275 Signed-off-by: Alistair Delva --- drivers/virtio/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/virtio/Kconfig b/drivers/virtio/Kconfig index 7b41130d3f35..3ef55447d160 100644 --- a/drivers/virtio/Kconfig +++ b/drivers/virtio/Kconfig @@ -133,7 +133,7 @@ config VIRTIO_MMIO_CMDLINE_DEVICES If unsure, say 'N'. config VIRTIO_DMA_SHARED_BUFFER - tristate + tristate "Virtio DMA shared buffer support" depends on DMA_SHARED_BUFFER help This option adds a flavor of dma buffers that are backed by