aboutsummaryrefslogtreecommitdiff
path: root/src/Kconfig
diff options
context:
space:
mode:
authorVladimir Serbinenko <phcoder@gmail.com>2014-08-09 07:16:10 +0200
committerVladimir Serbinenko <phcoder@gmail.com>2014-08-15 00:52:48 +0200
commitf1d6e7e2cb75c01ff547359c9e601eaeba7c4155 (patch)
treee2f075d32afd407e6ed182f06774b136b67f1f9b /src/Kconfig
parent9665d389e453d852eef4bc4ae3699ee11d15c999 (diff)
Move baytrail-specific config to baytrail.
Stop polluting first screen of all boards. Change-Id: I1ab88075722f7f0d63550010e7c645281603c9c3 Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com> Reviewed-on: http://review.coreboot.org/6548 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/Kconfig')
-rw-r--r--src/Kconfig17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/Kconfig b/src/Kconfig
index 70294e9254..6b674ed18d 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -427,23 +427,6 @@ config CACHE_RELOCATED_RAMSTAGE_OUTSIDE_CBMEM
The relocated ramstage is saved in an area specified by the
by the board and/or chipset.
-config HAVE_REFCODE_BLOB
- depends on ARCH_X86
- bool "An external reference code blob should be put into cbfs."
- default n
- help
- The reference code blob will be placed into cbfs.
-
-if HAVE_REFCODE_BLOB
-
-config REFCODE_BLOB_FILE
- string "Path and filename to reference code blob."
- default "refcode.elf"
- help
- The path and filename to the file to be added to cbfs.
-
-endif # HAVE_REFCODE_BLOB
-
config HAVE_ACPI_TABLES
bool
help