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/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/board/toradex/common/Kconfig b/board/toradex/common/Kconfig
index b33baeff84..562c39f326 100644
--- a/board/toradex/common/Kconfig
+++ b/board/toradex/common/Kconfig
@@ -67,3 +67,11 @@ config TDX_CFG_BLOCK_2ND_ETHADDR
second Ethernet address as environment variable (eth1addr).
endif
+
+config IMX_GETSPLVER
+ bool "Enable get spl version command"
+ depends on SPL && (TARGET_COLIBRI_IMX6 || TARGET_APALIS_IMX6)
+ default y
+ help
+ Add a command to parse the SPL version from its mass storage location
+ which can compare the found version against a given string.