]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
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)
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

index 837c6f1180da6bb3a64ce0988572194b1f821456..11fc0fe1c800a847ccaa8fc7c3830ffe079f5580 100644 (file)
@@ -1,4 +1,5 @@
 menu "Fastboot support"
+       depends on CMDLINE
 
 config FASTBOOT
        bool