From 119f8652e8082144cbb2c526f1ec47727801fe72 Mon Sep 17 00:00:00 2001 From: Ram Muthiah Date: Tue, 15 Aug 2023 07:06:15 -0700 Subject: [PATCH] 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 --- drivers/vhost/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/vhost/Kconfig b/drivers/vhost/Kconfig index b455d9ab6f3d..0ab8ae4e3432 100644 --- 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