aboutsummaryrefslogtreecommitdiff
path: root/src/Kconfig
diff options
context:
space:
mode:
authorAaron Durbin <adurbin@chromium.org>2016-08-11 10:26:15 -0500
committerAaron Durbin <adurbin@chromium.org>2016-08-15 21:01:21 +0200
commit691dac0b55f8efbf3f04047b687eb8d01d640095 (patch)
treed0aeba75325dece890c14d8fcb4eb7abd5b577e8 /src/Kconfig
parenta83bbf58541cf41ea7a97dedbc8c02dffa59e86d (diff)
Kconfig: remove unused MULTIPLE_CBFS_INSTANCES option
This option is no longer used in the code base. Remove it. BUG=chrome-os-partner:56151 Change-Id: Ia73cce7546c9839518c9e931b03c50856abc2018 Signed-off-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: https://review.coreboot.org/16186 Reviewed-by: Patrick Georgi <pgeorgi@google.com> Tested-by: build bot (Jenkins) Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src/Kconfig')
-rw-r--r--src/Kconfig9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/Kconfig b/src/Kconfig
index ca4abbe21d..44848d810c 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -43,15 +43,6 @@ config COMMON_CBFS_SPI_WRAPPER
help
Use common wrapper to interface CBFS to SPI bootrom.
-config MULTIPLE_CBFS_INSTANCES
- bool "Multiple CBFS instances in the bootrom"
- default n
- help
- Account for the firmware image containing more than one CBFS
- instance. Locations of instances are known at build time and are
- communicated between coreboot stages to make sure the next stage is
- loaded from the appropriate instance.
-
choice
prompt "Compiler to use"
default COMPILER_GCC