]> git.dujemihanovic.xyz Git - u-boot.git/commit
cmd: simplify CONFIG_CMD_USB_MASS_STORAGE dependencies
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 21 Sep 2024 09:20:50 +0000 (11:20 +0200)
committerMattijs Korpershoek <mkorpershoek@baylibre.com>
Thu, 3 Oct 2024 08:01:35 +0000 (10:01 +0200)
commitc74758ccc091402b558b9aa7eaf1c50171d2f49f
tree62a42b9c1294f95cd8a92cbb4541973100cfdb48
parent50bb758c1e3424d9e1925588c9269b24418c2e04
cmd: simplify CONFIG_CMD_USB_MASS_STORAGE dependencies

CONFIG_USB_GADGET_DOWNLOAD depends on CONFIG_USB_GADGET.
It is sufficient to depend on the prior.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org>
Link: https://lore.kernel.org/r/20240921092050.9260-1-heinrich.schuchardt@canonical.com
Signed-off-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
cmd/Kconfig