aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc/Makefile
diff options
context:
space:
mode:
authorPatrick Delaunay <patrick.delaunay@st.com>2018-05-17 15:24:06 +0200
committerTom Rini <trini@konsulko.com>2018-05-26 18:19:18 -0400
commitc3600e1f92b772f8e50d81c4f1c233839b48f2cf (patch)
tree69ae22934d156500d7903519330187afb996b7f0 /drivers/misc/Makefile
parent19f589923af27f9caf32615f179e19a240a07672 (diff)
downloadu-boot-c3600e1f92b772f8e50d81c4f1c233839b48f2cf.zip
u-boot-c3600e1f92b772f8e50d81c4f1c233839b48f2cf.tar.gz
u-boot-c3600e1f92b772f8e50d81c4f1c233839b48f2cf.tar.bz2
stm32mp1: add FUSE command support
Add support of fuse command (read/write/program/sense) on bank 0 to access to BSEC SAFMEM (4096 OTP bits). Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com> Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Diffstat (limited to 'drivers/misc/Makefile')
-rw-r--r--drivers/misc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/Makefile b/drivers/misc/Makefile
index e362609..4ce9d21 100644
--- a/drivers/misc/Makefile
+++ b/drivers/misc/Makefile
@@ -51,5 +51,6 @@ obj-$(CONFIG_WINBOND_W83627) += winbond_w83627.o
obj-$(CONFIG_QFW) += qfw.o
obj-$(CONFIG_ROCKCHIP_EFUSE) += rockchip-efuse.o
obj-$(CONFIG_STM32_RCC) += stm32_rcc.o
+obj-$(CONFIG_STM32MP_FUSE) += stm32mp_fuse.o
obj-$(CONFIG_SYS_DPAA_QBMAN) += fsl_portals.o
obj-$(CONFIG_GDSYS_RXAUI_CTRL) += gdsys_rxaui_ctrl.o