From cd945e08956c8ffdb61cec358e02f6ac80e4afff Mon Sep 17 00:00:00 2001
From: Marek Vasut <marex@denx.de>
Date: Tue, 13 Jul 2021 17:50:26 +0200
Subject: [PATCH] scsi: Add SCSI_LOWLEVEL dependency for SCSI_DEBUG
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Since Linux 67951f6380732 ("[SCSI] Fix dependency problems in SCSI drivers"),
SCSI_DEBUG is protected by 'if SCSI_LOWLEVEL && SCSI' conditional, so select
SCSI_LOWLEVEL too.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Bruce Ashfield <bruce.ashfield@gmail.com>
Cc: Mariano López <just.another.mariano@gmail.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
---
 features/scsi/scsi-debug.cfg | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/features/scsi/scsi-debug.cfg b/features/scsi/scsi-debug.cfg
index 86b328498..90e6aa4bc 100644
--- a/features/scsi/scsi-debug.cfg
+++ b/features/scsi/scsi-debug.cfg
@@ -1 +1,3 @@
+# SPDX-License-Identifier: MIT
+CONFIG_SCSI_LOWLEVEL=y
 CONFIG_SCSI_DEBUG=m
-- 
GitLab