From: Tom Rini Date: Thu, 26 Oct 2023 18:31:30 +0000 (-0400) Subject: fastboot: Depend on CMDLINE X-Git-Url: http://git.dujemihanovic.xyz/img/static/gitweb.css?a=commitdiff_plain;h=3165565e5b1945d898b1a81da5171f9858f22642;p=u-boot.git 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 --- diff --git a/drivers/fastboot/Kconfig b/drivers/fastboot/Kconfig index 837c6f1180..11fc0fe1c8 100644 --- a/drivers/fastboot/Kconfig +++ b/drivers/fastboot/Kconfig @@ -1,4 +1,5 @@ menu "Fastboot support" + depends on CMDLINE config FASTBOOT bool