Skip to content

Commit

Permalink
media: ivsc: Add ACPI dependency
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Sakari Ailus authored and Hans Verkuil committed Aug 18, 2023
1 parent b7ec321 commit 9a5d660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/pci/intel/ivsc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

config INTEL_VSC
tristate "Intel Visual Sensing Controller"
depends on INTEL_MEI
depends on INTEL_MEI && ACPI
help
This adds support for Intel Visual Sensing Controller (IVSC).

Expand Down

0 comments on commit 9a5d660

Please sign in to comment.