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 HAS_MCUX_CSI
10	depends on DT_HAS_NXP_IMX_CSI_ENABLED
11
12config VIDEO_MCUX_CSI_INIT_PRIORITY
13	int "NXP MCUX CSI init priority"
14	default 61
15	depends on VIDEO_MCUX_CSI
16	help
17	  Initialization priority for the CSI interface on an NXP MCUX device.
18