summaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
authorAlexander Graf <agraf@suse.de>2018-10-18 09:33:03 +0200
committerAlexander Graf <agraf@suse.de>2018-12-02 21:59:37 +0100
commit4aa7492683f2d4a26d456d8734d8e59d6bd52e0d (patch)
tree440d5fac7760ef108759b7153af836481e39b85e /Kconfig
parentdc03b704f4364da6df6a86aafccc3828ade8ed43 (diff)
distro: Imply USB_STORAGE when USB is available
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 <takahiro.akashi@linaro.org> Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/Kconfig b/Kconfig
index dca9bb4e43..f512b30835 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
imply USE_BOOTCOMMAND
help
Select this to enable various options and commands which are suitable