Skip to content

Commit a61039c

Browse files
Alain Volmatdanieldegrasse
authored andcommitted
shields: st_b_cams_imx_mb1854: set sensor conf if DCMIPP is enabled
Instead of having a conf file for all variants of STM32N6570_DK, set the necessary settings for any platform which has DCMIPP enabled. Signed-off-by: Alain Volmat <[email protected]>
1 parent fb3f4b1 commit a61039c

File tree

3 files changed

+17
-6
lines changed

3 files changed

+17
-6
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# ST_B_CAMS_IMX_MB1854 configuration
2+
3+
# Copyright (c) 2025 STMicroelectronics
4+
# SPDX-License-Identifier: Apache-2.0
5+
6+
if VIDEO_STM32_DCMIPP
7+
8+
config VIDEO_STM32_DCMIPP_SENSOR_PIXEL_FORMAT
9+
default "pRAA"
10+
11+
config VIDEO_STM32_DCMIPP_SENSOR_WIDTH
12+
default 2592
13+
14+
config VIDEO_STM32_DCMIPP_SENSOR_HEIGHT
15+
default 1944
16+
17+
endif # VIDEO_STM32_DCMIPP

boards/shields/st_b_cams_imx_mb1854/boards/stm32n6570_dk.conf

Lines changed: 0 additions & 3 deletions
This file was deleted.

boards/shields/st_b_cams_imx_mb1854/boards/stm32n6570_dk_stm32n657xx_sb.conf

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)