summaryrefslogtreecommitdiffstats
path: root/src/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/Kconfig')
-rw-r--r--src/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/Kconfig b/src/Kconfig
index bce3e32884c1..35f220024ba3 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -39,6 +39,13 @@ config CBFS_PREFIX
Select the prefix to all files put into the image. It's "fallback"
by default, "normal" is a common alternative.
+config RAMPAYLOAD
+ prompt "Enable RAM payload from romstage"
+ bool
+ default n
+ help
+ Enable romstage payload loader.
+
choice
prompt "Compiler to use"
default COMPILER_GCC