]> git.dujemihanovic.xyz Git - u-boot.git/commit
fastboot: Depend on CMDLINE
authorTom Rini <trini@konsulko.com>
Thu, 26 Oct 2023 18:31:30 +0000 (14:31 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 7 Nov 2023 19:49:10 +0000 (14:49 -0500)
commit3165565e5b1945d898b1a81da5171f9858f22642
treeace64f9f6227e7ac76372734256d474c6467ca91
parent88d9b2617e6a827c2809e51932d1878ca9500dff
fastboot: Depend on CMDLINE

Much of the functionality of fastboot relies on being able to run
commands as defined in the environment. This means it does depend on
CMDLINE being enabled.

Signed-off-by: Tom Rini <trini@konsulko.com>
drivers/fastboot/Kconfig