Re: [PATCH 2/6] staging: media: atomisp: add missing dependencies in Kconfig

2017-03-15 Thread Greg Kroah-Hartman
On Wed, Mar 15, 2017 at 02:09:17PM -0400, Jérémy Lefaure wrote: > Several dependencies were missing to build atomisp drivers: > _ MEDIA_CONTROLLER: to use the entity field of v4l2_subdev structure > _ ACPI: to use acpi_device structure and acpi_device_id structure > _ VIDEO_V4L2_SUBDEV_API: to use

[PATCH 2/6] staging: media: atomisp: add missing dependencies in Kconfig

2017-03-15 Thread Jérémy Lefaure
Several dependencies were missing to build atomisp drivers: _ MEDIA_CONTROLLER: to use the entity field of v4l2_subdev structure _ ACPI: to use acpi_device structure and acpi_device_id structure _ VIDEO_V4L2_SUBDEV_API: to use pad field of v4l2_subdev_fh structure _ EFI: to use efivar_entry_get