1# NXP MCUX CSI driver configuration options
2
3# Copyright (c) 2019, Linaro Limited
4# SPDX-License-Identifier: Apache-2.0
5
6config VIDEO_MCUX_CSI
7	bool "NXP MCUX CMOS Sensor Interface (CSI) driver"
8	default y
9	depends on DT_HAS_NXP_IMX_CSI_ENABLED
10
11config VIDEO_MCUX_CSI_INIT_PRIORITY
12	int "NXP MCUX CSI init priority"
13	default 61
14	depends on VIDEO_MCUX_CSI
15	help
16	  Initialization priority for the CSI interface on an NXP MCUX device.
17