Skip to content

Commit 118b340

Browse files
committed
media: i2c: lt6911uxe: add two selects to Kconfig
In order to get the v4l2_subdev functions you need to select MEDIA_CONTROLLER and VIDEO_V4L2_SUBDEV_API. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Reported-by: kernel test robot <lkp@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202503151002.HacBN2LO-lkp@intel.com/ Fixes: e49563c ("media: i2c: add lt6911uxe hdmi bridge driver")
1 parent 0dce5b4 commit 118b340

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/media/i2c/Kconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1152,6 +1152,8 @@ config VIDEO_LT6911UXE
11521152
depends on ACPI && VIDEO_DEV && I2C
11531153
select V4L2_FWNODE
11541154
select V4L2_CCI_I2C
1155+
select MEDIA_CONTROLLER
1156+
select VIDEO_V4L2_SUBDEV_API
11551157
help
11561158
This is a Video4Linux2 sensor-level driver for the Lontium
11571159
LT6911UXE HDMI to MIPI CSI-2 bridge.

0 commit comments

Comments
 (0)