]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
media: i2c: lt6911uxe: add two selects to Kconfig
authorHans Verkuil <hverkuil@xs4all.nl>
Wed, 19 Mar 2025 10:32:56 +0000 (11:32 +0100)
committerHans Verkuil <hverkuil@xs4all.nl>
Mon, 7 Apr 2025 06:10:39 +0000 (08:10 +0200)
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: e49563c3be09 ("media: i2c: add lt6911uxe hdmi bridge driver")
drivers/media/i2c/Kconfig

index b06365d02ef1efa4ff7332cce3d48c67b6560fe2..e45ba127069fc0848f1a06ceb789efd3c222c008 100644 (file)
@@ -1152,6 +1152,8 @@ config VIDEO_LT6911UXE
        depends on ACPI && VIDEO_DEV && I2C
        select V4L2_FWNODE
        select V4L2_CCI_I2C
+       select MEDIA_CONTROLLER
+       select VIDEO_V4L2_SUBDEV_API
        help
          This is a Video4Linux2 sensor-level driver for the Lontium
          LT6911UXE HDMI to MIPI CSI-2 bridge.