From: Sakari Ailus <sakari.ailus@linux•intel.com>
To: Stephen Rothwell <sfr@canb•auug.org.au>, linux-media@vger•kernel.org
Cc: Linux Next Mailing List <linux-next@vger•kernel.org>,
Linux Kernel Mailing List <linux-kernel@vger•kernel.org>,
Wentong Wu <wentong.wu@intel•com>
Subject: [PATCH 1/1] media: ivsc: Depend on VIDEO_DEV
Date: Mon, 28 Aug 2023 11:57:18 +0300 [thread overview]
Message-ID: <20230828085718.3912335-1-sakari.ailus@linux.intel.com> (raw)
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
next reply other threads:[~2023-08-28 8:59 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-28 8:57 Sakari Ailus [this message]
2023-08-28 19:15 ` [PATCH 1/1] media: ivsc: Depend on VIDEO_DEV Randy Dunlap
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230828085718.3912335-1-sakari.ailus@linux.intel.com \
--to=sakari.ailus@linux$(echo .)intel.com \
--cc=linux-kernel@vger$(echo .)kernel.org \
--cc=linux-media@vger$(echo .)kernel.org \
--cc=linux-next@vger$(echo .)kernel.org \
--cc=sfr@canb$(echo .)auug.org.au \
--cc=wentong.wu@intel$(echo .)com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox