Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1616127 > unrolled thread

[PATCH v3 8/8] ARM: configs: stm32: DCMI + OV2640 camera support

Started byHugues Fruchet <hugues.fruchet@st.com>
First post2017-04-04 17:50 +0200
Last post2017-04-04 17:50 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH v3 8/8] ARM: configs: stm32: DCMI + OV2640 camera support Hugues Fruchet <hugues.fruchet@st.com> - 2017-04-04 17:50 +0200

#1616127 — [PATCH v3 8/8] ARM: configs: stm32: DCMI + OV2640 camera support

FromHugues Fruchet <hugues.fruchet@st.com>
Date2017-04-04 17:50 +0200
Subject[PATCH v3 8/8] ARM: configs: stm32: DCMI + OV2640 camera support
Message-ID<tsySu-6KL-7@gated-at.bofh.it>
Enable DCMI camera interface and OV2640 camera sensor drivers.

Signed-off-by: Hugues Fruchet <hugues.fruchet@st.com>
---
 arch/arm/configs/stm32_defconfig | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/arch/arm/configs/stm32_defconfig b/arch/arm/configs/stm32_defconfig
index 84adc88..3f2e4ce 100644
--- a/arch/arm/configs/stm32_defconfig
+++ b/arch/arm/configs/stm32_defconfig
@@ -53,6 +53,13 @@ CONFIG_GPIO_STMPE=y
 CONFIG_MFD_STMPE=y
 CONFIG_REGULATOR_FIXED_VOLTAGE=y
 # CONFIG_USB_SUPPORT is not set
+CONFIG_VIDEO_V4L2=y
+CONFIG_MEDIA_SUBDRV_AUTOSELECT=n
+CONFIG_V4L_PLATFORM_DRIVERS=y
+CONFIG_MEDIA_SUPPORT=y
+CONFIG_MEDIA_CAMERA_SUPPORT=y
+CONFIG_VIDEO_STM32_DCMI=y
+CONFIG_VIDEO_OV2640=y
 CONFIG_NEW_LEDS=y
 CONFIG_LEDS_CLASS=y
 CONFIG_LEDS_GPIO=y
-- 
1.9.1

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web