summaryrefslogtreecommitdiff
path: root/board/toradex/colibri-imx8qxp/Kconfig
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2018-09-06 18:05:09 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2018-10-31 11:17:36 +0100
commit582a98a218dab6ac5a13ebd1cbd7a16e4b8305f3 (patch)
tree21ec12b5a37daef8621922e694825ab89e2f15ec /board/toradex/colibri-imx8qxp/Kconfig
parent6c2303c6419943e7c81f8ec385c60050a090c7ac (diff)
Note that this requires the SCFW in a version which provides access to the PMIC I2C. Something which the regular SCFW should not do. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'board/toradex/colibri-imx8qxp/Kconfig')
-rw-r--r--board/toradex/colibri-imx8qxp/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/board/toradex/colibri-imx8qxp/Kconfig b/board/toradex/colibri-imx8qxp/Kconfig
index 340fe72816..387c00b62b 100644
--- a/board/toradex/colibri-imx8qxp/Kconfig
+++ b/board/toradex/colibri-imx8qxp/Kconfig
@@ -25,6 +25,14 @@ config TDX_CFG_BLOCK_PART
config TDX_CFG_BLOCK_OFFSET
default "-512"
+config TDX_CMD_IMX_MFGR
+ bool "Enable factory testing commands for Toradex Colibri iMX8QXP modules"
+ help
+ This adds the commands
+ pf8100_otp_prog - Program the OTP fuses on the PMIC PF8100
+ If executed on already fused modules it doesn't change any fuse setting.
+ default y
+
source "board/toradex/common/Kconfig"
endif