summaryrefslogtreecommitdiff
path: root/src/lib/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/Kconfig')
-rw-r--r--src/lib/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lib/Kconfig b/src/lib/Kconfig
index 23647947a4..80efe75dc9 100644
--- a/src/lib/Kconfig
+++ b/src/lib/Kconfig
@@ -143,3 +143,9 @@ config DECOMPRESS_OFAST
default y
help
Compile the decompressing function in -Ofast instead of standard -Os
+
+config PROBE_RAM
+ def_bool y if VENDOR_EMULATION
+ help
+ When enabled it will be possible to detect usable RAM using probe_ram
+ function.