summaryrefslogtreecommitdiff
path: root/arch/arm/configs/omap2plus_defconfig
diff options
context:
space:
mode:
authorJavier Martinez Canillas <javier@osg.samsung.com>2016-02-08 14:53:02 -0300
committerTony Lindgren <tony@atomide.com>2016-02-22 10:10:27 -0800
commitea00ab5ba616097be0d1bbbac8b03ec963bcf603 (patch)
tree4e4e176fcd0a36b10a7309a1810e7e67b1ffb840 /arch/arm/configs/omap2plus_defconfig
parent57228f664b0d6d45759489aa6fe7076f9472e7ef (diff)
ARM: omap2plus_defconfig: Enable ISP support and dependencies
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> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/configs/omap2plus_defconfig')
-rw-r--r--arch/arm/configs/omap2plus_defconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig
index 4ff608dc03b7..8d64f8e1f4a0 100644
--- a/arch/arm/configs/omap2plus_defconfig
+++ b/arch/arm/configs/omap2plus_defconfig
@@ -286,6 +286,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