Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1220411
| From | Javier Martinez Canillas <javier@osg.samsung.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] ARM: exynos_defconfig: Enable USB Video Class support |
| Date | 2015-09-07 23:50 +0200 |
| Message-ID | <q6csx-116-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
The Exynos5420 Peach Pit and Exynos5800 Peach Pi boards have a built-in Silicon Motion USB UVC WebCam. Enable support for the USB Video Class driver and its needed media Kconfig symbols so the camera is supported. Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com> --- arch/arm/configs/exynos_defconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm/configs/exynos_defconfig b/arch/arm/configs/exynos_defconfig index 1ff2bfa2e183..62f677f76a0b 100644 --- a/arch/arm/configs/exynos_defconfig +++ b/arch/arm/configs/exynos_defconfig @@ -126,6 +126,10 @@ CONFIG_REGULATOR_S2MPA01=y CONFIG_REGULATOR_S2MPS11=y CONFIG_REGULATOR_S5M8767=y CONFIG_REGULATOR_TPS65090=y +CONFIG_MEDIA_SUPPORT=y +CONFIG_MEDIA_CAMERA_SUPPORT=y +CONFIG_MEDIA_USB_SUPPORT=y +CONFIG_USB_VIDEO_CLASS=y CONFIG_DRM=y CONFIG_DRM_NXP_PTN3460=y CONFIG_DRM_PARADE_PS8622=y -- 2.4.3 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH] ARM: exynos_defconfig: Enable USB Video Class support Javier Martinez Canillas <javier@osg.samsung.com> - 2015-09-07 23:50 +0200
Re: [PATCH] ARM: exynos_defconfig: Enable USB Video Class support Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2015-09-08 10:20 +0200
Re: [PATCH] ARM: exynos_defconfig: Enable USB Video Class support Javier Martinez Canillas <javier@osg.samsung.com> - 2015-09-08 10:50 +0200
Re: [PATCH] ARM: exynos_defconfig: Enable USB Video Class support Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2015-09-08 15:20 +0200
Re: [PATCH] ARM: exynos_defconfig: Enable USB Video Class support Javier Martinez Canillas <javier@osg.samsung.com> - 2015-09-08 15:40 +0200
Re: [PATCH] ARM: exynos_defconfig: Enable USB Video Class support Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2015-09-09 02:10 +0200
Re: [PATCH] ARM: exynos_defconfig: Enable USB Video Class support Javier Martinez Canillas <javier@osg.samsung.com> - 2015-09-09 09:50 +0200
csiph-web