summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Estevam <[email protected]>2017-04-17 19:29:05 -0300
committerStefano Babic <[email protected]>2017-05-18 11:23:31 +0200
commit9e408a39b4ee3d1ea9054dd6429155df8cd00706 (patch)
tree031483c6e6495e013d501d43bfbceeb82c597fd0
parent979a58936bc2b0108363501f9fd7e53ce2519bb0 (diff)
mx25pdk: Add fuse API support
Select CONFIG_FSL_IIM and CONFIG_CMD_FUSE so that the fuse API can be used. Signed-off-by: Fabio Estevam <[email protected]>
-rw-r--r--include/configs/mx25pdk.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/mx25pdk.h b/include/configs/mx25pdk.h
index a11a491fe65..8949ee64db4 100644
--- a/include/configs/mx25pdk.h
+++ b/include/configs/mx25pdk.h
@@ -102,6 +102,10 @@
/* RTC */
#define CONFIG_RTC_IMXDI
+/* Fuse API support */
+#define CONFIG_FSL_IIM
+#define CONFIG_CMD_FUSE
+
/* Ethernet Configs */