aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoic Poulain <loic.poulain@linaro.org>2020-02-08 10:19:45 +0100
committerAníbal Limón <anibal.limon@linaro.org>2020-05-19 12:45:16 -0500
commitdc593ef6b02fe2a3a82d98b4e335c11919c3f0a1 (patch)
tree90f81f97599df990f889abbaf53cc4fb136d1317
parent627eaa424642b82653e6ac93d0f3d83cafefae57 (diff)
distro.config: Enable OV5640 and OV5645 drivers
Several 96boards mezzanines expose these sensors. Signed-off-by: Loic Poulain <loic.poulain@linaro.org>
-rw-r--r--kernel/configs/distro.config5
1 files changed, 5 insertions, 0 deletions
diff --git a/kernel/configs/distro.config b/kernel/configs/distro.config
index c008957a83fd..f7dc7c00a72d 100644
--- a/kernel/configs/distro.config
+++ b/kernel/configs/distro.config
@@ -458,3 +458,8 @@ CONFIG_RPMSG_CHAR=m
# Disable Firmware fallback
CONFIG_FW_LOADER_USER_HELPER_FALLBACK=n
+
+# I2C Camera
+CONFIG_EXPERT=y
+CONFIG_VIDEO_OV5640=m
+CONFIG_VIDEO_OV5645=m