mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-20 07:09:58 +00:00
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: 29006e196a56 ("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>
This commit is contained in:
parent
b7ec3212a7
commit
9a5d660fdb
@ -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).
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user