diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2025-03-19 13:32:56 +0300 |
---|---|---|
committer | Hans Verkuil <hverkuil@xs4all.nl> | 2025-04-07 09:10:39 +0300 |
commit | 118b34092e37da1d3c4808e8cd1dd0246ac3f97e (patch) | |
tree | 032ce3b8f2419b5b6b4e1e57e8e7b6f74c0071d4 | |
parent | 0dce5b44bd38af20b0383ae4cabeead37b4b9a9a (diff) | |
download | linux-118b34092e37da1d3c4808e8cd1dd0246ac3f97e.tar.xz |
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: e49563c3be09 ("media: i2c: add lt6911uxe hdmi bridge driver")
-rw-r--r-- | drivers/media/i2c/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/i2c/Kconfig b/drivers/media/i2c/Kconfig index b06365d02ef1..e45ba127069f 100644 --- a/drivers/media/i2c/Kconfig +++ b/drivers/media/i2c/Kconfig @@ -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. |