diff options
author | Patrick Delaunay <patrick.delaunay@st.com> | 2020-04-22 14:29:20 +0200 |
---|---|---|
committer | Patrick Delaunay <patrick.delaunay@st.com> | 2020-05-14 09:02:12 +0200 |
commit | 803e5620ca6d8ec5fa455b50957d8efe87d8c0c2 (patch) | |
tree | 68005dd738ef64488f2dfe1b2455785bbc0fb925 /configs/stm32mp15_basic_defconfig | |
parent | 758fc0905ea1aaae2629bdee2a4d8d5499deafc8 (diff) |
configs: stm32mp1: activate CONFIG_ERRNO_STR
Add support of errno_str, used in command pmic and regulator.
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Reviewed-by: Patrice Chotard <patrice.chotard@st.com>
Diffstat (limited to 'configs/stm32mp15_basic_defconfig')
-rw-r--r-- | configs/stm32mp15_basic_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/stm32mp15_basic_defconfig b/configs/stm32mp15_basic_defconfig index e5d9e8be5b..c7dd2926c9 100644 --- a/configs/stm32mp15_basic_defconfig +++ b/configs/stm32mp15_basic_defconfig @@ -140,4 +140,5 @@ CONFIG_VIDEO_STM32=y CONFIG_VIDEO_STM32_DSI=y CONFIG_VIDEO_STM32_MAX_XRES=1280 CONFIG_VIDEO_STM32_MAX_YRES=800 +CONFIG_ERRNO_STR=y CONFIG_FDT_FIXUP_PARTITIONS=y |