From b06dfefd5e2f5df4a4da9f4fb30281ea9247d754 Mon Sep 17 00:00:00 2001 From: Dagg Stompler <90052312+daggs1@users.noreply.github.com> Date: Fri, 29 Jul 2022 12:00:28 +0300 Subject: [PATCH] generic: enable scsi virtio support required in order to be able to detect passthrough scsi devices such as hdds or cdrom in the vm which run Libreelec Signed-off-by: Dagg Stompler --- projects/Generic/linux/linux.x86_64.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/Generic/linux/linux.x86_64.conf b/projects/Generic/linux/linux.x86_64.conf index 13153b5e65..22f3f67e5c 100644 --- a/projects/Generic/linux/linux.x86_64.conf +++ b/projects/Generic/linux/linux.x86_64.conf @@ -1842,7 +1842,7 @@ CONFIG_MEGARAID_SAS=y # CONFIG_SCSI_DEBUG is not set # CONFIG_SCSI_PMCRAID is not set # CONFIG_SCSI_PM8001 is not set -# CONFIG_SCSI_VIRTIO is not set +CONFIG_SCSI_VIRTIO=y # CONFIG_SCSI_DH is not set # end of SCSI device support