summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2018-07-09 07:28:36 +0200
committerStefan Agner <stefan.agner@toradex.com>2018-07-27 14:13:30 +0200
commit8b2f82e2aca52bac5b67fbeddccef2dd44f21444 (patch)
tree2437974ccec7a11db4ea29aad9d011060360d8bb
parent249c0aae170db373861fe904668f852ecfc787d1 (diff)
toradex: add easy installer configurability
Allow setting Toradex Easy Installer aka Tezi specific configuration options like not enabling SATA, directly continuing with the SDP command upon recovery, distrobooting otherwise or not storing the environment. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Stefan Agner <stefan.agner@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 ac674a4293..c16f3bb8c6 100644
--- a/board/toradex/common/Kconfig
+++ b/board/toradex/common/Kconfig
@@ -78,6 +78,13 @@ config TDX_CFG_BLOCK_USB_GADGET_PID
endif
+config TDX_EASY_INSTALLER
+ bool "Use Toradex Easy Installer specific options."
+ help
+ Use Toradex Easy Installer specific options like not enabling SATA,
+ directly continuing with the sdp command upon recovery, distrobooting
+ otherwise or not storing the environment.
+
config IMX_GETSPLVER
bool "Enable get spl version command"
depends on SPL && (TARGET_COLIBRI_IMX6 || TARGET_APALIS_IMX6)