From: Bruce Ashfield <[email protected]> Signed-off-by: Bruce Ashfield <[email protected]> Signed-off-by: Mariano López <[email protected]> --- 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 -- _______________________________________________ linux-yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/linux-yocto
