23 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2# Copyright (C) 2023, Intel Corporation. All rights reserved.3 4config INTEL_VSC5 tristate "Intel Visual Sensing Controller"6 depends on INTEL_MEI && ACPI && VIDEO_DEV7 depends on IPU_BRIDGE || !IPU_BRIDGE8 select MEDIA_CONTROLLER9 select VIDEO_V4L2_SUBDEV_API10 select V4L2_FWNODE11 help12 This adds support for Intel Visual Sensing Controller (IVSC).13 14 The IVSC support is split into two devices, ACE (Algorithm15 Context Engine) and CSI (Camera Serial Interface), each of which16 have their own drivers. The ACE is used to select the ownership17 of the sensor between the IVSC and the host CPU while the CSI is18 used to both select the routing destination for the data the19 sensor transmits over the CSI-2 bus between the IVSC and the20 host CPU and to configure the CSI-2 bus itself.21 22 The modules will be called ivsc-ace and ivsc-csi.23