media: atomisp: select IOSF_MBI dependency
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Wed, 20 May 2020 10:30:23 +0000 (12:30 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Wed, 20 May 2020 10:32:15 +0000 (12:32 +0200)
This driver needs IOSF_MBI in order to talk with some PM
registers. Select it at compile time.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/staging/media/atomisp/Kconfig

index 4c3a1ca5338e9234bd351343d9d1334c853f2033..397745ebcd568abeab4b9ecba30e244b83240c56 100644 (file)
@@ -1,6 +1,7 @@
 menuconfig INTEL_ATOMISP
        bool "Enable support to Intel MIPI camera drivers"
        depends on X86 && EFI && PCI && ACPI
+       select IOSF_MBI
        select MEDIA_CONTROLLER
        select COMMON_CLK
        help