[v5 22/30] fastboot: Depend on CMDLINE
Tom Rini
trini at konsulko.com
Thu Oct 26 20:31:30 CEST 2023
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 at konsulko.com>
---
Changes in v5:
- New patch
---
drivers/fastboot/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/fastboot/Kconfig b/drivers/fastboot/Kconfig
index 837c6f1180da..11fc0fe1c800 100644
--- a/drivers/fastboot/Kconfig
+++ b/drivers/fastboot/Kconfig
@@ -1,4 +1,5 @@
menu "Fastboot support"
+ depends on CMDLINE
config FASTBOOT
bool
--
2.34.1
More information about the U-Boot
mailing list