File tree Expand file tree Collapse file tree 3 files changed +466
-0
lines changed Expand file tree Collapse file tree 3 files changed +466
-0
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,19 @@ config INTEL_MEI_VSC_HW
71
71
This driver can also be built as a module. If so, the module
72
72
will be called mei-vsc-hw.
73
73
74
+ config INTEL_MEI_VSC
75
+ tristate "Intel visual sensing controller device with ME interface"
76
+ depends on INTEL_MEI_VSC_HW
77
+ depends on INTEL_MEI
78
+ help
79
+ Intel MEI over SPI driver for Intel visual sensing controller
80
+ (IVSC) device embedded in IA platform. It supports camera sharing
81
+ between IVSC for context sensing and IPU for typical media usage.
82
+ Select this config should enable transport layer for IVSC device.
83
+
84
+ This driver can also be built as a module. If so, the module
85
+ will be called mei-vsc.
86
+
74
87
source "drivers/misc/mei/hdcp/Kconfig"
75
88
source "drivers/misc/mei/pxp/Kconfig"
76
89
source "drivers/misc/mei/gsc_proxy/Kconfig"
Original file line number Diff line number Diff line change @@ -35,3 +35,6 @@ obj-$(CONFIG_INTEL_MEI_GSC_PROXY) += gsc_proxy/
35
35
obj-$(CONFIG_INTEL_MEI_VSC_HW) += mei-vsc-hw.o
36
36
mei-vsc-hw-y := vsc-tp.o
37
37
mei-vsc-hw-y += vsc-fw-loader.o
38
+
39
+ obj-$(CONFIG_INTEL_MEI_VSC) += mei-vsc.o
40
+ mei-vsc-y := platform-vsc.o
You can’t perform that action at this time.
0 commit comments