From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-16.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 86A09C2B9F2 for ; Sat, 22 May 2021 12:51:47 +0000 (UTC) Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id EFAA761131 for ; Sat, 22 May 2021 12:51:46 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org EFAA761131 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 3EF3A82EE7; Sat, 22 May 2021 14:50:00 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: by phobos.denx.de (Postfix, from userid 109) id 8D62282E8B; Sat, 22 May 2021 14:49:04 +0200 (CEST) Received: from mail-qt1-f173.google.com (mail-qt1-f173.google.com [209.85.160.173]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 5E61D82E91 for ; Sat, 22 May 2021 14:48:49 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=tom.rini@gmail.com Received: by mail-qt1-f173.google.com with SMTP id h24so5924448qtm.12 for ; Sat, 22 May 2021 05:48:49 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references; bh=6tl+iE4NPtCLB+h1B7l/HnMYLZl0ahwx1qsTPp3vEbw=; b=fAi7A9LC47tKpqjuwJoF7zvab0yiNR3hXfmMg53A1DzHiiCyFk6qMB+SFF/jPuZE2R LGf7PqseYCvbmwRND97pcrzrJYQx//l986gUW3rNl9s/dI68tGp862lHg7JN3liYPyZi nKj92ixKpIH1rd8kCVFyYNby1RJ+MTTmreU9CUQt0noicjLIuMlfv/5n0nhz+7Kts+17 tCkDJo6GmmF9EjhXztkLj38J/d+npoKUQltucazlUuL6f3MrSJ1uG/A4vmhTUPlYaohp Ub8aqmEfvOLW+AfHfE+M4QkTHhoBm7jAtTD7yg8Jnypy7+26ZBs2SvVyrPzREEoSi8BU 9T9A== X-Gm-Message-State: AOAM531MZNlmR/VlPH3GUpR0jHNnVCwBXSeaT/v2Ca0/L8LH7uU8JhQM yxHHT6T4hcdrb2AMm8OKTrC0dKpOcA== X-Google-Smtp-Source: ABdhPJxN6mLuOHkXJooQ+KCucLhPkRuEn3kOrs3Qsg94N6CkEpbQFxD2pHLR93cYDl+7uYpfTxME2g== X-Received: by 2002:ac8:5989:: with SMTP id e9mr2182023qte.390.1621687728003; Sat, 22 May 2021 05:48:48 -0700 (PDT) Received: from bill-the-cat.lan (2603-6081-7b01-cbda-11dd-dc5c-4409-3388.res6.spectrum.com. [2603:6081:7b01:cbda:11dd:dc5c:4409:3388]) by smtp.gmail.com with ESMTPSA id z18sm6576940qki.55.2021.05.22.05.48.47 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 22 May 2021 05:48:47 -0700 (PDT) From: Tom Rini To: u-boot@lists.denx.de Subject: [PATCH 17/18] usb: Add correct depends for CMD_USB_MASS_STORAGE Date: Sat, 22 May 2021 08:47:16 -0400 Message-Id: <20210522124757.18639-18-trini@konsulko.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20210522124757.18639-1-trini@konsulko.com> References: <20210522124757.18639-1-trini@konsulko.com> X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.102.4 at phobos.denx.de X-Virus-Status: Clean We cannot build this without USB_GADGET_DOWNLOAD support enabled, add the appropriate depends line. Signed-off-by: Tom Rini --- cmd/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/Kconfig b/cmd/Kconfig index f962bb714117..f0edfe19b7c9 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -1345,6 +1345,7 @@ config CMD_ROCKUSB config CMD_USB_MASS_STORAGE bool "UMS usb mass storage" + depends on USB_GADGET_DOWNLOAD select USB_FUNCTION_MASS_STORAGE help USB mass storage support -- 2.17.1