public inbox for linux-next@vger.kernel.org 
 help / color / mirror / Atom feed
* [PATCH 1/1] media: ivsc: Depend on VIDEO_DEV
@ 2023-08-28  8:57 Sakari Ailus
  2023-08-28 19:15 ` Randy Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Sakari Ailus @ 2023-08-28  8:57 UTC (permalink / raw)
  To: Stephen Rothwell, linux-media
  Cc: Linux Next Mailing List, Linux Kernel Mailing List, Wentong Wu

CONFIG_VIDEO_DEV is required by other selected symbols. Depend on it.

Reported-by: Randy Dunlap <rdunlap@infradead•org>
Fixes: 29006e196a56 ("media: pci: intel: ivsc: Add CSI submodule")
Signed-off-by: Sakari Ailus <sakari.ailus@linux•intel.com>
---
 drivers/media/pci/intel/ivsc/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/media/pci/intel/ivsc/Kconfig b/drivers/media/pci/intel/ivsc/Kconfig
index e9ecd0bd99bd..0acea4678fc0 100644
--- a/drivers/media/pci/intel/ivsc/Kconfig
+++ b/drivers/media/pci/intel/ivsc/Kconfig
@@ -3,7 +3,7 @@
 
 config INTEL_VSC
 	tristate "Intel Visual Sensing Controller"
-	depends on INTEL_MEI && ACPI
+	depends on INTEL_MEI && ACPI && VIDEO_DEV
 	select MEDIA_CONTROLLER
 	select VIDEO_V4L2_SUBDEV_API
 	select V4L2_ASYNC
-- 
2.39.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/1] media: ivsc: Depend on VIDEO_DEV
  2023-08-28  8:57 [PATCH 1/1] media: ivsc: Depend on VIDEO_DEV Sakari Ailus
@ 2023-08-28 19:15 ` Randy Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2023-08-28 19:15 UTC (permalink / raw)
  To: Sakari Ailus, Stephen Rothwell, linux-media
  Cc: Linux Next Mailing List, Linux Kernel Mailing List, Wentong Wu

Hi,

On 8/28/23 01:57, Sakari Ailus wrote:
> CONFIG_VIDEO_DEV is required by other selected symbols. Depend on it.
> 
> Reported-by: Randy Dunlap <rdunlap@infradead•org>
> Fixes: 29006e196a56 ("media: pci: intel: ivsc: Add CSI submodule")
> Signed-off-by: Sakari Ailus <sakari.ailus@linux•intel.com>

Acked-by: Randy Dunlap <rdunlap@infradead•org>
Tested-by: Randy Dunlap <rdunlap@infradead•org>

Thanks.

> ---
>  drivers/media/pci/intel/ivsc/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/media/pci/intel/ivsc/Kconfig b/drivers/media/pci/intel/ivsc/Kconfig
> index e9ecd0bd99bd..0acea4678fc0 100644
> --- a/drivers/media/pci/intel/ivsc/Kconfig
> +++ b/drivers/media/pci/intel/ivsc/Kconfig
> @@ -3,7 +3,7 @@
>  
>  config INTEL_VSC
>  	tristate "Intel Visual Sensing Controller"
> -	depends on INTEL_MEI && ACPI
> +	depends on INTEL_MEI && ACPI && VIDEO_DEV
>  	select MEDIA_CONTROLLER
>  	select VIDEO_V4L2_SUBDEV_API
>  	select V4L2_ASYNC

-- 
~Randy

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-08-28 19:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-28  8:57 [PATCH 1/1] media: ivsc: Depend on VIDEO_DEV Sakari Ailus
2023-08-28 19:15 ` Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox