diff options
author | Fabio Estevam | 2017-04-17 19:29:05 -0300 |
---|---|---|
committer | Stefano Babic | 2017-05-18 11:23:31 +0200 |
commit | 9e408a39b4ee3d1ea9054dd6429155df8cd00706 (patch) | |
tree | 031483c6e6495e013d501d43bfbceeb82c597fd0 /include/configs/mx25pdk.h | |
parent | 979a58936bc2b0108363501f9fd7e53ce2519bb0 (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 <fabio.estevam@nxp.com>
Diffstat (limited to 'include/configs/mx25pdk.h')
-rw-r--r-- | include/configs/mx25pdk.h | 4 |
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 */ |