blob: d2ad1ce2a033bf379978681cb43afa8634a4c099 [file] [log] [blame]
Max Krummenachereeb16b22016-11-30 19:43:09 +01001if TARGET_COLIBRI_IMX6
2
3config SYS_BOARD
4 default "colibri_imx6"
5
6config SYS_CONFIG_NAME
7 default "colibri_imx6"
8
9config SYS_CPU
10 default "armv7"
11
12config SYS_SOC
13 default "mx6"
14
15config SYS_VENDOR
16 default "toradex"
17
18config TDX_CFG_BLOCK
19 default y
20
21config TDX_HAVE_MMC
22 default y
23
24config TDX_CFG_BLOCK_DEV
25 default "0"
26
27config TDX_CFG_BLOCK_PART
28 default "1"
29
30# Toradex config block in eMMC, at the end of 1st "boot sector"
31config TDX_CFG_BLOCK_OFFSET
32 default "-512"
33
34config TDX_CMD_IMX_MFGR
35 bool "Enable factory testing commands for Toradex iMX 6 modules"
36 help
37 This adds the commands
38 pf0100_otp_prog - Program the OTP fuses on the PMIC PF0100
39 If executed on already fused modules it doesn't change any fuse setting.
40 default y
41
42source "board/toradex/common/Kconfig"
43
44endif