1# SPDX-License-Identifier: GPL-2.0-only 2# Copyright (C) 2023, Intel Corporation. All rights reserved. 3 4config INTEL_VSC 5 tristate "Intel Visual Sensing Controller" 6 depends on INTEL_MEI && ACPI && VIDEO_DEV 7 select MEDIA_CONTROLLER 8 select VIDEO_V4L2_SUBDEV_API 9 select V4L2_ASYNC 10 help 11 This adds support for Intel Visual Sensing Controller (IVSC). 12 13 Enables the IVSC firmware services required for controlling 14 camera sensor ownership and CSI-2 link through Image Processing 15 Unit(IPU) driver of Intel. 16