summaryrefslogtreecommitdiff
path: root/src/soc/intel/broadwell/Kconfig
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2020-11-02 13:13:32 +0800
committerIru Cai <mytbk920423@gmail.com>2021-05-21 20:30:32 +0800
commitd0683acb0ce411f13fc1a21fb911422de3e903bf (patch)
treef591219040b4bdefd4b0767efad0f230183abe91 /src/soc/intel/broadwell/Kconfig
parent35fd3331f471144d40358a85a43529fa5f172075 (diff)
downloadcoreboot-d0683acb0ce411f13fc1a21fb911422de3e903bf.tar.xz
add broadwell_refcode.asm
Diffstat (limited to 'src/soc/intel/broadwell/Kconfig')
-rw-r--r--src/soc/intel/broadwell/Kconfig17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/soc/intel/broadwell/Kconfig b/src/soc/intel/broadwell/Kconfig
index 5cdfb5488f..ddde4d357b 100644
--- a/src/soc/intel/broadwell/Kconfig
+++ b/src/soc/intel/broadwell/Kconfig
@@ -179,21 +179,4 @@ config SERIRQ_CONTINUOUS_MODE
If you set this option to y, the serial IRQ machine will be
operated in continuous mode.
-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
-
endif