From 8b2f82e2aca52bac5b67fbeddccef2dd44f21444 Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Mon, 9 Jul 2018 07:28:36 +0200 Subject: 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 Acked-by: Stefan Agner --- board/toradex/common/Kconfig | 7 +++++++ 1 file changed, 7 insertions(+) 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) -- cgit v1.2.3