media: staging: media: atomisp: add PMIC_OPREGION dependency
Without that driver, there is a link failure in ERROR: modpost: "intel_soc_pmic_exec_mipi_pmic_seq_element" [drivers/staging/media/atomisp/pci/atomisp_gmin_platform.ko] undefined! Add an explicit Kconfig dependency. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Reviewed-by: Nathan Chancellor <natechancellor@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
This commit is contained in:
parent
065e5e5595
commit
4e86bde201
|
@ -12,6 +12,7 @@ menuconfig INTEL_ATOMISP
|
||||||
config VIDEO_ATOMISP
|
config VIDEO_ATOMISP
|
||||||
tristate "Intel Atom Image Signal Processor Driver"
|
tristate "Intel Atom Image Signal Processor Driver"
|
||||||
depends on VIDEO_V4L2 && INTEL_ATOMISP
|
depends on VIDEO_V4L2 && INTEL_ATOMISP
|
||||||
|
depends on PMIC_OPREGION
|
||||||
select IOSF_MBI
|
select IOSF_MBI
|
||||||
select VIDEOBUF_VMALLOC
|
select VIDEOBUF_VMALLOC
|
||||||
---help---
|
---help---
|
||||||
|
|
Loading…
Reference in New Issue