commit | 3165565e5b1945d898b1a81da5171f9858f22642 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Thu Oct 26 14:31:30 2023 -0400 |
committer | Tom Rini <trini@konsulko.com> | Tue Nov 07 14:49:10 2023 -0500 |
tree | ace64f9f6227e7ac76372734256d474c6467ca91 | |
parent | 88d9b2617e6a827c2809e51932d1878ca9500dff [diff] [blame] |
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>
diff --git a/drivers/fastboot/Kconfig b/drivers/fastboot/Kconfig index 837c6f1..11fc0fe 100644 --- a/drivers/fastboot/Kconfig +++ b/drivers/fastboot/Kconfig
@@ -1,4 +1,5 @@ menu "Fastboot support" + depends on CMDLINE config FASTBOOT bool