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 <rdunlap@infradead.org> Fixes: 29006e1 ("media: pci: intel: ivsc: Add CSI submodule") Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Reviewed-by: Randy Dunlap <rdunlap@infradead.org> Tested-by: Randy Dunlap <rdunlap@infradead.org> # build-tested Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
1 parent b7ec321 commit 9a5d660

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • drivers/media/pci/intel/ivsc

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)