summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSakari Ailus <sakari.ailus@linux.intel.com>2017-11-05 17:51:00 -0500
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2017-11-30 04:41:58 -0500
commitfce8ba670b7418319da14a6fc6668db1f1a96267 (patch)
tree85d849d0813b8faa7afdafa9ccfdf4b3a7643691
parent67f0f15ad5c47490e19f2526f8f9cea97c5ce1a6 (diff)
media: ov13858: Select V4L2_FWNODE
The ov13858 driver depends on the V4L2 fwnode, thus add that to Kconfig. Fixes: 5fcf092e0c9f ("[media] ov13858: add support for OV13858 sensor") Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
-rw-r--r--drivers/media/i2c/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/i2c/Kconfig b/drivers/media/i2c/Kconfig
index 3c6d6428f525..cb5d7ff82915 100644
--- a/drivers/media/i2c/Kconfig
+++ b/drivers/media/i2c/Kconfig
@@ -676,6 +676,7 @@ config VIDEO_OV13858
tristate "OmniVision OV13858 sensor support"
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
depends on MEDIA_CAMERA_SUPPORT
+ select V4L2_FWNODE
---help---
This is a Video4Linux2 sensor-level driver for the OmniVision
OV13858 camera.
sctp: Add missing annotation for sctp_err_finish()Jules Irenge 2020-02-24ip6mr: Fix RCU list debugging warningAmol Grover 2020-02-24tcp: ipv4: Pass lockdep expression to RCU listsAmol Grover 2020-02-24net: 802: psnap.c: Use built-in RCU list checkingMadhuparna Bhowmik 2020-02-24tcp, ulp: Pass lockdep expression to RCU listsAmol Grover 2020-02-24devlink: add ACL generic packet trapsJiri Pirko 2020-02-24net: Remove unneeded export of a couple of xdp generic functionsDavid Ahern 2020-02-24mac80211: Add api to support configuring TID specific configurationTamizh chelvam 2020-02-24nl80211: Add support to configure TID specific RTSCTS configurationTamizh chelvam 2020-02-24nl80211: Add support to configure TID specific AMPDU configurationTamizh chelvam 2020-02-24nl80211: Add support to configure TID specific retry configurationTamizh chelvam 2020-02-24nl80211: modify TID-config APIJohannes Berg 2020-02-24nl80211: Add NL command to support TID speicific configurationsTamizh chelvam 2020-02-24mac80211: Beacon protection using the new BIGTK (STA)Jouni Malinen 2020-02-24mac80211: Beacon protection using the new BIGTK (AP)Jouni Malinen 2020-02-24mac80211: Update BIP to support Beacon framesJouni Malinen 2020-02-24mac80211: Support BIGTK configuration for Beacon protectionJouni Malinen 2020-02-24cfg80211: Support key configuration for Beacon protection (BIGTK)Jouni Malinen 2020-02-24cfg80211: More error messages for key addition failuresJouni Malinen 2020-02-24Revert "nl80211: add src and dst addr attributes for control port tx/rx"Johannes Berg 2020-02-24Revert "mac80211: support NL80211_EXT_FEATURE_CONTROL_PORT_OVER_NL80211_MAC_A...Johannes Berg 2020-02-23igmp: remove unused macro IGMP_Vx_UNSOLICITED_REPORT_INTERVALLi RongQing 2020-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller