You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by je...@apache.org on 2021/09/15 05:06:45 UTC

[incubator-nuttx] 04/04: boards: cxd56xx: Add VIDEO configuration to mpy defconfig

This is an automated email from the ASF dual-hosted git repository.

jerpelea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit 050ee011e5ad2b63754bfb50c0110a5bf1c441fc
Author: SPRESENSE <41...@users.noreply.github.com>
AuthorDate: Wed Sep 15 12:09:15 2021 +0900

    boards: cxd56xx: Add VIDEO configuration to mpy defconfig
    
    New CISIF which supports rearchitected video driver needs VIDEO configuration.
    Add VIDEO configuration because mpy defconfig includes CISIF.
---
 boards/arm/cxd56xx/spresense/configs/mpy/defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/boards/arm/cxd56xx/spresense/configs/mpy/defconfig b/boards/arm/cxd56xx/spresense/configs/mpy/defconfig
index ebd22f3..9b98ef1 100644
--- a/boards/arm/cxd56xx/spresense/configs/mpy/defconfig
+++ b/boards/arm/cxd56xx/spresense/configs/mpy/defconfig
@@ -43,6 +43,7 @@ CONFIG_CXD56_UART2=y
 CONFIG_CXD56_USBDEV=y
 CONFIG_DEBUG_FULLOPT=y
 CONFIG_DEBUG_SYMBOLS=y
+CONFIG_DRIVERS_VIDEO=y
 CONFIG_FAT_LCNAMES=y
 CONFIG_FAT_LFN=y
 CONFIG_FAT_MAXFNAME=255
@@ -93,3 +94,4 @@ CONFIG_USBMSC=y
 CONFIG_USBMSC_EPBULKIN=1
 CONFIG_USBMSC_REMOVABLE=y
 CONFIG_USER_ENTRYPOINT="spresense_main"
+CONFIG_VIDEO_STREAM=y