Skip to content
Snippets Groups Projects
Commit 0b09bfd5 authored by Fabio Estevam's avatar Fabio Estevam Committed by Stefano Babic
Browse files

mx25pdk: Add fuse API support


Select CONFIG_FSL_IIM and CONFIG_CMD_FUSE so that the fuse API can
be used.

Signed-off-by: default avatarFabio Estevam <fabio.estevam@nxp.com>
parent 4f66e09b
No related branches found
No related tags found
No related merge requests found
...@@ -102,6 +102,10 @@ ...@@ -102,6 +102,10 @@
/* RTC */ /* RTC */
#define CONFIG_RTC_IMXDI #define CONFIG_RTC_IMXDI
/* Fuse API support */
#define CONFIG_FSL_IIM
#define CONFIG_CMD_FUSE
/* Ethernet Configs */ /* Ethernet Configs */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment