From 7690de2700f8c4c0dcba3c6821f1b9d3009e425d 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 | 1 +
 1 file changed, 1 insertion(+)

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