diff options
author | Patrick Delaunay <patrick.delaunay@st.com> | 2019-07-30 19:16:30 +0200 |
---|---|---|
committer | Patrice Chotard <patrice.chotard@st.com> | 2019-08-27 09:36:56 +0200 |
commit | 28ea00b1df11a0ee9a4cb7cf40485c21bb7eb747 (patch) | |
tree | a833c93aa9bb388194882425f3be11b501ddc3c6 /configs/stm32mp15_optee_defconfig | |
parent | f337403ff33d7ccc09fbec62551b974b07eed403 (diff) |
stm32mp1: configs: add CONFIG_DM_VIDEO
Activate command DM_VIDEO for LCD support
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Diffstat (limited to 'configs/stm32mp15_optee_defconfig')
-rw-r--r-- | configs/stm32mp15_optee_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/stm32mp15_optee_defconfig b/configs/stm32mp15_optee_defconfig index a6c010e82a..0860a26f90 100644 --- a/configs/stm32mp15_optee_defconfig +++ b/configs/stm32mp15_optee_defconfig @@ -105,4 +105,5 @@ CONFIG_USB_GADGET_MANUFACTURER="STMicroelectronics" CONFIG_USB_GADGET_VENDOR_NUM=0x0483 CONFIG_USB_GADGET_PRODUCT_NUM=0x5720 CONFIG_USB_GADGET_DWC2_OTG=y +CONFIG_DM_VIDEO=y CONFIG_FDT_FIXUP_PARTITIONS=y |