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