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>
This commit is contained in:
Tom Rini 2023-10-26 14:31:30 -04:00
parent 88d9b2617e
commit 3165565e5b

View File

@ -1,4 +1,5 @@
menu "Fastboot support"
depends on CMDLINE
config FASTBOOT
bool