Browse Source
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 <alain.volmat@foss.st.com>pull/85254/merge
3 changed files with 17 additions and 6 deletions
@ -0,0 +1,17 @@
@@ -0,0 +1,17 @@
|
||||
# ST_B_CAMS_IMX_MB1854 configuration |
||||
|
||||
# Copyright (c) 2025 STMicroelectronics |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
if VIDEO_STM32_DCMIPP |
||||
|
||||
config VIDEO_STM32_DCMIPP_SENSOR_PIXEL_FORMAT |
||||
default "pRAA" |
||||
|
||||
config VIDEO_STM32_DCMIPP_SENSOR_WIDTH |
||||
default 2592 |
||||
|
||||
config VIDEO_STM32_DCMIPP_SENSOR_HEIGHT |
||||
default 1944 |
||||
|
||||
endif # VIDEO_STM32_DCMIPP |
@ -1,3 +0,0 @@
@@ -1,3 +0,0 @@
|
||||
CONFIG_VIDEO_STM32_DCMIPP_SENSOR_PIXEL_FORMAT="pRAA" |
||||
CONFIG_VIDEO_STM32_DCMIPP_SENSOR_WIDTH=2592 |
||||
CONFIG_VIDEO_STM32_DCMIPP_SENSOR_HEIGHT=1944 |
Loading…
Reference in new issue