diff options
author | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2018-07-09 07:28:36 +0200 |
---|---|---|
committer | Stefan Agner <stefan.agner@toradex.com> | 2018-07-27 14:13:30 +0200 |
commit | 8b2f82e2aca52bac5b67fbeddccef2dd44f21444 (patch) | |
tree | 2437974ccec7a11db4ea29aad9d011060360d8bb /board/toradex | |
parent | 249c0aae170db373861fe904668f852ecfc787d1 (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>
Diffstat (limited to 'board/toradex')
-rw-r--r-- | board/toradex/common/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/board/toradex/common/Kconfig b/board/toradex/common/Kconfig index ac674a42933..c16f3bb8c6a 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) |