Skip to content

Commit 4e86bde

Browse files
arndbmchehab
authored andcommitted
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 <[email protected]> Reviewed-by: Nathan Chancellor <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
1 parent 065e5e5 commit 4e86bde

File tree

1 file changed

+1
-0
lines changed
  • drivers/staging/media/atomisp

1 file changed

+1
-0
lines changed

drivers/staging/media/atomisp/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ menuconfig INTEL_ATOMISP
1212
config VIDEO_ATOMISP
1313
tristate "Intel Atom Image Signal Processor Driver"
1414
depends on VIDEO_V4L2 && INTEL_ATOMISP
15+
depends on PMIC_OPREGION
1516
select IOSF_MBI
1617
select VIDEOBUF_VMALLOC
1718
---help---

0 commit comments

Comments
 (0)