f6013818ec
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>
11 lines
270 B
Plaintext
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
|