Commit 55a91776 authored by Jérémy Lefaure's avatar Jérémy Lefaure Committed by Greg Kroah-Hartman
Browse files

staging: media: atomisp: add missing dependencies in Kconfig



Two dependencies were missing to build atomisp drivers:

_ MEDIA_CONTROLLER: to use the entity field of v4l2_subdev structure. Since
every atomisp driver needs MEDIA_CONTROLLER has a dependency, let's add it
to INTEL_ATOMISP

_ EFI: to use efivar_entry_get:
drivers/built-in.o: In function `gmin_get_config_var':
(.text+0xe062b): undefined reference to `efivar_entry_get'

Signed-off-by: default avatarJérémy Lefaure <jeremy.lefaure@lse.epita.fr>
Signed-off-by: default avatarAlan Cox <alan@linux.intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 5e43d672
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
menuconfig INTEL_ATOMISP
        bool "Enable support to Intel MIPI camera drivers"
        depends on X86
        depends on X86 && EFI && MEDIA_CONTROLLER
        help
          Enable support for the Intel ISP2 camera interfaces and MIPI
          sensor drivers.
+1 −1
Original line number Diff line number Diff line
config VIDEO_OV5693
       tristate "Omnivision ov5693 sensor support"
       depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
       depends on I2C && VIDEO_V4L2
       ---help---
         This is a Video4Linux2 sensor-level driver for the Micron
         ov5693 5 Mpixel camera.