blob: ec09ef240feedb6326460c08efe5d89b71500f95 [file] [log] [blame]
Breno Lima52384b72017-11-27 21:09:00 -02001config HAS_CAAM
2 bool
3
Boris BREZILLONa05a6042015-03-04 13:13:04 +01004config IMX_CONFIG
5 string
Adrian Alonsoa89729c2015-10-12 13:48:09 -05006
7config ROM_UNIFIED_SECTIONS
8 bool
Peng Fande09c432016-01-28 16:55:00 +08009
Stefan Agner616aa552018-01-05 15:08:17 +010010config SYSCOUNTER_TIMER
11 bool
12
Stefan Agner23b6a132018-01-05 15:08:18 +010013config GPT_TIMER
14 bool
15
Peng Fande09c432016-01-28 16:55:00 +080016config IMX_RDC
17 bool "i.MX Resource domain controller driver"
18 depends on ARCH_MX6 || ARCH_MX7
19 help
20 i.MX Resource domain controller is used to assign masters
21 and peripherals to differet domains. This can be used to
22 isolate resources.
Peng Fan6f6058b2016-01-28 16:55:04 +080023
24config IMX_BOOTAUX
25 bool "Support boot auxiliary core"
Marcel Ziswiler37822a62019-03-25 17:24:53 +010026 depends on ARCH_MX7 || ARCH_MX6 || ARCH_VF610
Peng Fan6f6058b2016-01-28 16:55:04 +080027 help
28 bootaux [addr] to boot auxiliary core.
Gary Bisson6e1f4d22016-08-25 19:03:16 +020029
Peng Fan8b62d542016-10-11 14:29:12 +080030config USE_IMXIMG_PLUGIN
31 bool "Use imximage plugin code"
32 depends on ARCH_MX7 || ARCH_MX6
33 help
34 i.MX6/7 supports DCD and Plugin. Enable this configuration
35 to use Plugin, otherwise DCD will be used.
36
Gary Bisson6e1f4d22016-08-25 19:03:16 +020037config SECURE_BOOT
38 bool "Support i.MX HAB features"
39 depends on ARCH_MX7 || ARCH_MX6 || ARCH_MX5
Breno Lima52384b72017-11-27 21:09:00 -020040 select FSL_CAAM if HAS_CAAM
Simon Glassd569c952017-04-26 22:28:06 -060041 imply CMD_DEKBLOB
Gary Bisson6e1f4d22016-08-25 19:03:16 +020042 help
43 This option enables the support for secure boot (HAB).
44 See doc/README.mxc_hab for more details.
Simon Glass218257b2017-04-26 22:27:54 -060045
46config CMD_BMODE
47 bool "Support the 'bmode' command"
48 default y
Fabio Estevam2756d312018-06-22 13:54:55 -030049 depends on ARCH_MX6 || ARCH_MX5
Simon Glass218257b2017-04-26 22:27:54 -060050 help
51 This enables the 'bmode' (bootmode) command for forcing
52 a boot from specific media.
53
54 This is useful for forcing the ROM's usb downloader to
55 activate upon a watchdog reset which is nice when iterating
56 on U-Boot. Using the reset button or running bmode normal
57 will set it back to normal. This command currently
58 supports i.MX53 and i.MX6.
Simon Glassd569c952017-04-26 22:28:06 -060059
60config CMD_DEKBLOB
61 bool "Support the 'dek_blob' command"
62 help
63 This enables the 'dek_blob' command which is used with the
64 Freescale secure boot mechanism. This command encapsulates and
65 creates a blob of data. See also CMD_BLOB and doc/README.mxc_hab for
66 more information.
Simon Glass7a01f3c2017-05-17 03:25:28 -060067
68config CMD_HDMIDETECT
69 bool "Support the 'hdmidet' command"
70 help
71 This enables the 'hdmidet' command which detects if an HDMI monitor
72 is connected.
Fabio Estevam4555c262017-11-27 10:25:09 -020073
74config NXP_BOARD_REVISION
75 bool "Read NXP board revision from fuses"
76 depends on ARCH_MX6 || ARCH_MX7
77 help
78 NXP boards based on i.MX6/7 contain the board revision information
79 stored in the fuses. Select this option if you want to be able to
80 retrieve the board revision information.
Lukasz Majewski548cc102018-12-05 17:04:02 +010081
82config DDRMC_VF610_CALIBRATION
83 bool "Enable DDRMC (DDR3) on-chip calibration"
84 depends on ARCH_VF610
85 help
86 Vybrid (vf610) SoC provides some on-chip facility to tune the DDR3
87 memory parameters. Select this option if you want to calculate them
88 at boot time.
89 NOTE:
90 NXP does NOT recommend to perform this calibration at each boot. One
91 shall perform it on a new PCB and then use those values to program
92 the ddrmc_cr_setting on relevant board file.