distro: Imply USB_STORAGE when USB is available
authorAlexander Graf <agraf@suse.de>
Thu, 18 Oct 2018 07:33:03 +0000 (09:33 +0200)
committerAlexander Graf <agraf@suse.de>
Sun, 2 Dec 2018 20:59:37 +0000 (21:59 +0100)
commit4aa7492683f2d4a26d456d8734d8e59d6bd52e0d
tree440d5fac7760ef108759b7153af836481e39b85e
parentdc03b704f4364da6df6a86aafccc3828ade8ed43
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>
Kconfig