zephyr/drivers/video/Kconfig.mcux_csi
Phi Bang Nguyen a738613dcf drivers: video: csi: Increase init priority
The CSI needs to be initialized BEFORE the camera sensor to provide
clock to the camera sensor. It is now possible to do so as direct
reference to the sensor via phandle is now removed. There will be
no check failure on the init order anymore when compiling.

Signed-off-by: Phi Bang Nguyen <phibang.nguyen@nxp.com>
2024-10-25 08:54:57 +02:00

18 lines
449 B
Plaintext

# NXP MCUX CSI driver configuration options
# Copyright (c) 2019, Linaro Limited
# SPDX-License-Identifier: Apache-2.0
config VIDEO_MCUX_CSI
bool "NXP MCUX CMOS Sensor Interface (CSI) driver"
default y
depends on DT_HAS_NXP_IMX_CSI_ENABLED
select PINCTRL
config VIDEO_MCUX_CSI_INIT_PRIORITY
int "NXP MCUX CSI init priority"
default 59
depends on VIDEO_MCUX_CSI
help
Initialization priority for the CSI interface on an NXP MCUX device.