summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleksandr Suvorov <oleksandr.suvorov@toradex.com>2021-06-14 20:11:39 +0300
committerOleksandr Suvorov <oleksandr.suvorov@toradex.com>2021-06-15 18:44:04 +0300
commit0bf8570e4bfa9402fcb73a8677ef45721d19e286 (patch)
tree986520dc9f22a810008d9f9ebd304cad33172b24
parent55d490efbd9f8f0bb1d11d068eb390ef5b95e7f6 (diff)
toradex: add easy installer option
Add Toradex Easy Installer specific option. Currently this is needed to choose the correct ubiboot options and use correct name of distro boot script for Easy Installer. Related-to: TEI-791 Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
-rw-r--r--board/toradex/common/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/board/toradex/common/Kconfig b/board/toradex/common/Kconfig
index 36068d2e3b..1c1aa11d62 100644
--- a/board/toradex/common/Kconfig
+++ b/board/toradex/common/Kconfig
@@ -85,3 +85,10 @@ config TDX_CFG_BLOCK_EXTRA
adapter EEPROMs.
endif
+
+config TDX_EASY_INSTALLER
+ bool "Use Toradex Easy Installer specific options."
+ help
+ Use Toradex Easy Installer specific options. Currently this is
+ needed to choose the correct ubiboot options and use correct
+ name of distro boot script for Easy Installer.