Skip to content

Commit

Permalink
boards: cxd56xx: Add VIDEO configuration to mpy defconfig
Browse files Browse the repository at this point in the history
New CISIF which supports rearchitected video driver needs VIDEO configuration.
Add VIDEO configuration because mpy defconfig includes CISIF.
  • Loading branch information
SPRESENSE committed Sep 13, 2021
1 parent 9e57013 commit 22d2da1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions boards/arm/cxd56xx/spresense/configs/mpy/defconfig
Expand Up @@ -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
Expand Down Expand Up @@ -93,3 +94,4 @@ CONFIG_USBMSC=y
CONFIG_USBMSC_EPBULKIN=1
CONFIG_USBMSC_REMOVABLE=y
CONFIG_USER_ENTRYPOINT="spresense_main"
CONFIG_VIDEO_STREAM=y

0 comments on commit 22d2da1

Please sign in to comment.