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


Groups > linux.kernel > #1329417 > unrolled thread

[PATCH 2/3] ARM: omap2plus_defconfig: Enable ISP support and dependencies

Started byJavier Martinez Canillas <javier@osg.samsung.com>
First post2016-02-08 19:00 +0100
Last post2016-02-08 19:00 +0100
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 2/3] ARM: omap2plus_defconfig: Enable ISP support and dependencies Javier Martinez Canillas <javier@osg.samsung.com> - 2016-02-08 19:00 +0100

#1329417 — [PATCH 2/3] ARM: omap2plus_defconfig: Enable ISP support and dependencies

FromJavier Martinez Canillas <javier@osg.samsung.com>
Date2016-02-08 19:00 +0100
Subject[PATCH 2/3] ARM: omap2plus_defconfig: Enable ISP support and dependencies
Message-ID<qZYgr-75-31@gated-at.bofh.it>
The OMAP3 SoC has a Image Signal Processor (ISP) that's used to accelerate
camera images processing. The ISP driver implements V4L2, Media Controller
and V4L2 sub-dev interfaces so enable support for the driver and all these
dependencies to allow video capture to be tested using this HW IP block.

Also, disable the I2C ancillary drivers auto-select option since the media
driver does not auto-select the ancillary devices that are attached to the
bridge because this depends on what's present in the supported OMAP boards.

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
---

 arch/arm/configs/omap2plus_defconfig | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig
index c53d21c30b20..792a56d5f45c 100644
--- a/arch/arm/configs/omap2plus_defconfig
+++ b/arch/arm/configs/omap2plus_defconfig
@@ -288,6 +288,13 @@ CONFIG_REGULATOR_TPS65217=y
 CONFIG_REGULATOR_TPS65218=y
 CONFIG_REGULATOR_TPS65910=y
 CONFIG_REGULATOR_TWL4030=y
+CONFIG_MEDIA_SUPPORT=m
+CONFIG_MEDIA_CAMERA_SUPPORT=y
+CONFIG_MEDIA_CONTROLLER=y
+CONFIG_VIDEO_V4L2_SUBDEV_API=y
+CONFIG_V4L_PLATFORM_DRIVERS=y
+CONFIG_VIDEO_OMAP3=m
+# CONFIG_MEDIA_SUBDRV_AUTOSELECT is not set
 CONFIG_FB=y
 CONFIG_FIRMWARE_EDID=y
 CONFIG_FB_MODE_HELPERS=y
-- 
2.5.0

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web