From mboxrd@z Thu Jan 1 00:00:00 1970 From: AKASHI Takahiro Date: Thu, 18 Oct 2018 11:44:33 +0900 Subject: [U-Boot] [PATCH 2/3] ARM: qemu-arm: enable usb mass storage in default configuration In-Reply-To: <4481fb0d-6af6-43d7-e7cc-8551e23ecc20@suse.de> References: <20181012050909.7009-1-takahiro.akashi@linaro.org> <20181012050909.7009-3-takahiro.akashi@linaro.org> <4481fb0d-6af6-43d7-e7cc-8551e23ecc20@suse.de> Message-ID: <20181018024431.GG32578@linaro.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, Oct 16, 2018 at 03:21:10PM +0200, Alexander Graf wrote: > > > On 12.10.18 07:09, AKASHI Takahiro wrote: > > This is a preparatory patch so that USB boot will be supported > > in distro boot script by default. > > > > Signed-off-by: AKASHI Takahiro > > How about something like this instead? Looks smart. Thanks, -Takahiro Akashi > Alex > > > 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