From 66a4b5fc61945836126a79208fbc57040ea547ce Mon Sep 17 00:00:00 2001
From: Bruce Ashfield <bruce.ashfield@gmail.com>
Date: Fri, 2 Jul 2021 09:19:00 -0400
Subject: [PATCH] scsi: debug needs disk support

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
---
 features/scsi/scsi-debug.scc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/features/scsi/scsi-debug.scc b/features/scsi/scsi-debug.scc
index 2032872a3..f591db624 100644
--- a/features/scsi/scsi-debug.scc
+++ b/features/scsi/scsi-debug.scc
@@ -5,5 +5,6 @@ define KFEATURE_COMPATIBILITY board
 # if we are turning on debug support, we need to be sure that core scsi
 # support is enabled.
 include scsi.scc
+include disk.scc
 
 kconf hardware scsi-debug.cfg
-- 
GitLab