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-11-29 11:19:09 +0100
commit906059a7abf413bc165101812fb916743dd8eee7 (patch)
tree00c855ed9bca53766091486572df6b0e90307aa0 /board/toradex/colibri-imx8qxp/Kconfig
parent7e0886f0a114bf3e81294a5b392855548a3081e8 (diff)
pf8100: add pmic fusing command
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> (cherry picked from commit 582a98a218dab6ac5a13ebd1cbd7a16e4b8305f3)
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