Skip to content

Commit 9a5d660

Browse files
Sakari AilusHans Verkuil
authored andcommitted
media: ivsc: Add ACPI dependency
The IVSC driver only works in ACPI systems so make it depend on ACPI. Compiling it elsewhere has little if any value. Reported-by: Randy Dunlap <[email protected]> Fixes: 29006e1 ("media: pci: intel: ivsc: Add CSI submodule") Signed-off-by: Sakari Ailus <[email protected]> Reviewed-by: Randy Dunlap <[email protected]> Tested-by: Randy Dunlap <[email protected]> # build-tested Signed-off-by: Hans Verkuil <[email protected]>
1 parent b7ec321 commit 9a5d660

File tree

1 file changed

+1
-1
lines changed
  • drivers/media/pci/intel/ivsc

1 file changed

+1
-1
lines changed

drivers/media/pci/intel/ivsc/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
config INTEL_VSC
55
tristate "Intel Visual Sensing Controller"
6-
depends on INTEL_MEI
6+
depends on INTEL_MEI && ACPI
77
help
88
This adds support for Intel Visual Sensing Controller (IVSC).
99

0 commit comments

Comments
 (0)