1# NXP MIPI CSI-2 Rx driver configuration option
2
3# Copyright 2024 NXP
4# SPDX-License-Identifier: Apache-2.0
5
6config VIDEO_MCUX_MIPI_CSI2RX
7	bool "NXP MIPI CSI-2 Rx driver"
8	default y
9	depends on DT_HAS_NXP_MIPI_CSI2RX_ENABLED
10	select VIDEO_MCUX_CSI
11