diff options
author | Patrick Delaunay <patrick.delaunay@st.com> | 2018-05-17 15:24:06 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-05-26 18:19:18 -0400 |
commit | c3600e1f92b772f8e50d81c4f1c233839b48f2cf (patch) | |
tree | 69ae22934d156500d7903519330187afb996b7f0 /arch/arm/Kconfig | |
parent | 19f589923af27f9caf32615f179e19a240a07672 (diff) | |
download | u-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 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 0d1802b..582e84c 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1225,6 +1225,7 @@ config ARCH_STM32MP select DM_SERIAL select OF_CONTROL select OF_LIBFDT + select MISC select PINCTRL select REGMAP select SUPPORT_SPL |