zephyr/drivers/video/Kconfig.mcux_csi
Kumar Gala f6013818ec drivers: video: Update drivers to use devicetree Kconfig symbol
Update video drivers to use DT_HAS_<compat>_ENABLED Kconfig symbol
to expose the driver and enable it by default based on devicetree.

Signed-off-by: Kumar Gala <galak@kernel.org>
2022-07-19 09:39:49 -07:00

11 lines
270 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 HAS_MCUX_CSI
depends on DT_HAS_NXP_IMX_CSI_ENABLED