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 7 help 8 This adds support for Intel Visual Sensing Controller (IVSC). 9 10 Enables the IVSC firmware services required for controlling 11 camera sensor ownership and CSI-2 link through Image Processing 12 Unit(IPU) driver of Intel. 13