diff options
author | Martin Roth <martinroth@chromium.org> | 2016-02-09 11:21:17 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-02-10 16:53:55 +0100 |
commit | 9e620eaff4c50ead711d726a764966d04d00c177 (patch) | |
tree | 3db2d40116f77ed7227c6f851d76ec22d062af9f /src/vendorcode | |
parent | 59ff3400b0e90f8ec4dfbf361862e5dfe0a25285 (diff) | |
download | coreboot-9e620eaff4c50ead711d726a764966d04d00c177.tar.xz |
chromeos/Kconfig: Remove dependency on GBB_HAVE_BMPFV
This symbol is not defined.
Change-Id: I2b0a3fca82d85962fc882f237b70702cab0400db
Signed-off-by: Martin Roth <martinroth@chromium.org>
Reviewed-on: https://review.coreboot.org/13647
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/vendorcode')
-rw-r--r-- | src/vendorcode/google/chromeos/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vendorcode/google/chromeos/Kconfig b/src/vendorcode/google/chromeos/Kconfig index 2a565dc1f6..114560fbb3 100644 --- a/src/vendorcode/google/chromeos/Kconfig +++ b/src/vendorcode/google/chromeos/Kconfig @@ -176,7 +176,6 @@ config GBB_HWID config GBB_BMPFV_FILE string "Path to bmpfv image" - depends on GBB_HAVE_BMPFV default "" config GBB_FLAG_DEV_SCREEN_SHORT_DELAY |