summaryrefslogtreecommitdiff
path: root/src/security/vboot/Kconfig
diff options
context:
space:
mode:
authorJoel Kitching <kitching@google.com>2019-08-20 13:05:41 +0800
committerJoel Kitching <kitching@google.com>2019-09-02 05:48:35 +0000
commit4d9d964276d7030f36b36df4b6ba6d1f48a6a260 (patch)
tree3a8e2b9c1e347a68785e09760cba8954e0490e37 /src/security/vboot/Kconfig
parenteb50d9a4fed0acaff3e76f143607f50e4c818093 (diff)
downloadcoreboot-4d9d964276d7030f36b36df4b6ba6d1f48a6a260.tar.xz
vboot: remove fastboot support
Fastboot support in vboot_reference is unused, unmaintained, and produces compile errors when enabled. Since there is no current or planned use cases for fastboot, remove it. BUG=b:124141368, chromium:995172 TEST=make clean && make test-abuild BRANCH=none Change-Id: I06ea816ffb910163ec2c3c456b3c09408c806d0b Signed-off-by: Joel Kitching <kitching@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/35002 Reviewed-by: Julius Werner <jwerner@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/security/vboot/Kconfig')
-rw-r--r--src/security/vboot/Kconfig4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/security/vboot/Kconfig b/src/security/vboot/Kconfig
index c5146c61e7..1e372d86ba 100644
--- a/src/security/vboot/Kconfig
+++ b/src/security/vboot/Kconfig
@@ -286,10 +286,6 @@ config GBB_FLAG_DISABLE_LID_SHUTDOWN
bool "Disable shutdown on closed lid"
default n
-config GBB_FLAG_FORCE_DEV_BOOT_FASTBOOT_FULL_CAP
- bool "Allow fastboot even if dev_boot_fastboot_full_cap=0"
- default n
-
config GBB_FLAG_FORCE_MANUAL_RECOVERY
bool "Always assume manual recovery in recovery mode"
default n