summaryrefslogtreecommitdiff
path: root/board/toradex/common/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'board/toradex/common/Kconfig')
-rw-r--r--board/toradex/common/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/board/toradex/common/Kconfig b/board/toradex/common/Kconfig
index 562c39f326..c2988d2f15 100644
--- a/board/toradex/common/Kconfig
+++ b/board/toradex/common/Kconfig
@@ -75,3 +75,12 @@ config IMX_GETSPLVER
help
Add a command to parse the SPL version from its mass storage location
which can compare the found version against a given string.
+
+config SPL_SILENT_CONSOLE
+ bool "Support a silent console in SPL"
+ depends on SPL && (TARGET_COLIBRI_IMX6 || TARGET_APALIS_IMX6)
+ default y if SILENT_CONSOLE
+ help
+ This option will silence all messages printed to the console during
+ normal program flow on Apalis/Colibri iMX6. Error messages or
+ warnings are not affected.