summaryrefslogtreecommitdiff
path: root/android-mainline/ANDROID-default-enable-VHOST_TASK.patch
blob: 90cddf8cea063e4f0ac17eed831344eb86a9a8a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Ram Muthiah <rammuthiah@google.com>
Date: Tue, 15 Aug 2023 07:06:15 -0700
Subject: 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>
---
 drivers/vhost/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/vhost/Kconfig b/drivers/vhost/Kconfig
--- a/drivers/vhost/Kconfig
+++ b/drivers/vhost/Kconfig
@@ -15,7 +15,7 @@ config VHOST_RING
 
 config VHOST_TASK
 	bool
-	default n
+	default y
 
 config VHOST
 	tristate