summaryrefslogtreecommitdiff
path: root/cmd/fastboot/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/fastboot/Kconfig')
-rw-r--r--cmd/fastboot/Kconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/cmd/fastboot/Kconfig b/cmd/fastboot/Kconfig
index 3b836334dd..1e9e93f601 100644
--- a/cmd/fastboot/Kconfig
+++ b/cmd/fastboot/Kconfig
@@ -26,7 +26,6 @@ config ANDROID_BOOT_IMAGE
config FSL_FASTBOOT
bool "Enable FSL fastboot support"
- select BCB_SUPPORT
help
This enables FSL implementation for Android fastboot.
@@ -43,7 +42,9 @@ config CMD_BOOTA
This enables the boota command for booting android images.
config BCB_SUPPORT
- bool
+ bool "Enable the boot control block support"
+ help
+ This enables the boot control block support for android reboot command
choice
prompt "Android Image Storage select"