From patchwork Thu Oct 18 07:39:20 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Graf X-Patchwork-Id: 149099 Delivered-To: patch@linaro.org Received: by 2002:a2e:8595:0:0:0:0:0 with SMTP id b21-v6csp1639354lji; Thu, 18 Oct 2018 00:39:27 -0700 (PDT) X-Google-Smtp-Source: ACcGV61qgst0kvcd8Kdncti1v5E8nrVEJ8RIn99X+KkcLmf4aJPJu+fNGaJJHcmbGYxbBBbZxwPH X-Received: by 2002:a50:9583:: with SMTP id w3-v6mr2760615eda.33.1539848367338; Thu, 18 Oct 2018 00:39:27 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1539848367; cv=none; d=google.com; s=arc-20160816; b=wP64rU8HM53MqzXhdEvbr+fCH4Q0BbzSh+xcs5e4qRgBhYEROMf86K3ukbv6a+I9hM JDjTWoOtYzHMZqJ4OywVJYj2OV5ikdX4yGo0Dpz5k1AuzCh2mPeGTKWzvTHwbPSL1TJV hWr2ourx9nq/xrLCQ57HWDh8Z+rSh4Nm2/ngAj8YRU4ybBisUCGVWZAqX5/FkbyomrNN a0k23G8/RPP5KXrW3tcyqO21Y3p19JYRZSGjcWZNCc4cGi9MxmTsE0in75zOe5MOWEgv /TjHpHkwnJAdcjbLXbkyJBLAdCY6ZDVYmnECsRay0CmukZ1ZZgOVDoSZ28s1a32qM0U0 mIKw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=sender:errors-to:content-transfer-encoding:mime-version :list-subscribe:list-help:list-post:list-archive:list-unsubscribe :list-id:precedence:subject:message-id:date:to:from; bh=/xXy2sno8b0AiGx3uhsPKQPY1IzDbJAgRToG5+0BFw8=; b=KLP8fu1lF0/2vW5lf1PBNGXlgU8tdqM8bWAIeoqifCrWuWN9FKhWV3apur1/LG46Cw 3jEkckoohtH1hOKy7vzMG0tAiHqdbmh5O1lAiO/gyma5SxdhzaI3FjHQ7GSqFKIlFL/N NqJudysqDeNySR8bUZSpLbkKlJuFthB+hsqDJIHlOLrp6yV15Pbgtlifrn25bNIyyACK P6SPyWvRIum3QZqhSCBPMdf4BHn8s3tFvOHSJFIWW7HnrtvDRGAhm/7B3cEcGYbzb5V+ VdKhn+ujILQEvzmx6DzAEwLCg5s9v2kFfHs3lT8uHUqcXNmzc66vfUvaGeGEQatDRSif 1dHg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 81.169.180.215 as permitted sender) smtp.mailfrom=u-boot-bounces@lists.denx.de Return-Path: Received: from lists.denx.de (dione.denx.de. [81.169.180.215]) by mx.google.com with ESMTP id x49-v6si5397671edm.206.2018.10.18.00.39.27; Thu, 18 Oct 2018 00:39:27 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 81.169.180.215 as permitted sender) client-ip=81.169.180.215; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 81.169.180.215 as permitted sender) smtp.mailfrom=u-boot-bounces@lists.denx.de Received: by lists.denx.de (Postfix, from userid 105) id E8E64C21D72; Thu, 18 Oct 2018 07:39:25 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id D453CC21C29; Thu, 18 Oct 2018 07:39:23 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 9CCEEC21C29; Thu, 18 Oct 2018 07:39:22 +0000 (UTC) Received: from mx1.suse.de (mx2.suse.de [195.135.220.15]) by lists.denx.de (Postfix) with ESMTPS id 564FEC21C27 for ; Thu, 18 Oct 2018 07:39:22 +0000 (UTC) X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay1.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id BE6EAB047; Thu, 18 Oct 2018 07:39:21 +0000 (UTC) From: Alexander Graf To: u-boot@lists.denx.de Date: Thu, 18 Oct 2018 09:39:20 +0200 Message-Id: <20181018073920.16632-1-agraf@suse.de> X-Mailer: git-send-email 2.12.3 Subject: [U-Boot] [PATCH] distro: Imply USB_STORAGE when USB is available X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" When you support distro boot and you support USB, you usually want to also support booting from USB storage. Reflect that in the Kconfig, so that we don't have to explicitly add USB storage support to every defconfig individually. Reported-by: AKASHI Takahiro Signed-off-by: Alexander Graf --- Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/Kconfig b/Kconfig index 1aadf5dd2d..8d515fe18c 100644 --- a/Kconfig +++ b/Kconfig @@ -86,6 +86,7 @@ config DISTRO_DEFAULTS select SUPPORT_RAW_INITRD select SYS_LONGHELP imply CMD_MII if NET + imply USB_STORAGE if USB imply USE_BOOTCOMMAND help Select this to enable various options and commands which are suitable