[linux-yocto] [kernel-cache][yocto-4.19][PATCH 1/1] scsi-debug: include core scsi support for standalone inclusion
Mariano López
just.another.mariano at gmail.com
Thu Jul 4 12:00:40 PDT 2019
From: Bruce Ashfield <bruce.ashfield at gmail.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield at gmail.com>
Signed-off-by: Mariano López <just.another.mariano at gmail.com>
---
features/scsi/scsi-debug.scc | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/features/scsi/scsi-debug.scc b/features/scsi/scsi-debug.scc
index 4fbe8dd8..e0c918eb 100644
--- a/features/scsi/scsi-debug.scc
+++ b/features/scsi/scsi-debug.scc
@@ -1,4 +1,8 @@
define KFEATURE_DESCRIPTION "Enable options for SCSI debug support"
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
+
kconf hardware scsi-debug.cfg
--
2.21.0
More information about the linux-yocto
mailing list