From de1651b776b527be99befac07eb74258ab57d125 Mon Sep 17 00:00:00 2001 From: "changhuang.liang" Date: Thu, 23 Jun 2022 13:49:41 +0800 Subject: [PATCH] V4L2: add imx219 support dts/starfive: add imx219 configure Signed-off-by: changhuang.liang --- drivers/media/platform/starfive/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/media/platform/starfive/Kconfig b/drivers/media/platform/starfive/Kconfig index 4929912..88af447 100644 --- a/drivers/media/platform/starfive/Kconfig +++ b/drivers/media/platform/starfive/Kconfig @@ -26,8 +26,8 @@ config VIN_SENSOR_OV4689 help Say Y here if you want to have support for VIN sensor OV4689 -config VIN_SENSOR_IMX219 - tristate "VIN SENSOR support imx219" +config VIN_SENSOR_OV13850 + bool "VIN SENSOR support OV13850" depends on VIDEO_STF_VIN select V4L2_FWNODE default n -- 2.7.4