ANDROID: default enable VHOST_TASK

VHOST_TASK cannot be manually enabled from any defconfig.
To workaround this, make it a default builtin.

Bug: 182417593
Change-Id: Ia1e5d42dbbcb324c85e89164e6c50eed24b400d9
Signed-off-by: Ram Muthiah <rammuthiah@google.com>
This commit is contained in:
Ram Muthiah
2023-08-15 07:06:15 -07:00
committed by Treehugger Robot
parent 2a2cffe9e2
commit 119f8652e8
+1 -1
View File
@@ -15,7 +15,7 @@ config VHOST_RING
config VHOST_TASK
bool
default n
default y
config VHOST
tristate