mirror of https://gitee.com/openkylin/linux.git
ARM: exynos_defconfig: Enable vivid driver as a module
The Virtual Video Test Driver can be used to emulate video capture and output devices so it's very useful for testing. Since is not necessary to boot, can be enabled as module to avoid increasing the kernel size. Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com> Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
This commit is contained in:
parent
4b388071a2
commit
4d7406ef08
|
@ -151,6 +151,7 @@ CONFIG_VIDEO_EXYNOS4_FIMC_IS=m
|
|||
CONFIG_V4L_MEM2MEM_DRIVERS=y
|
||||
CONFIG_VIDEO_SAMSUNG_S5P_JPEG=m
|
||||
CONFIG_VIDEO_SAMSUNG_S5P_MFC=m
|
||||
CONFIG_V4L_TEST_DRIVERS=y
|
||||
CONFIG_DRM=y
|
||||
CONFIG_DRM_EXYNOS=y
|
||||
CONFIG_DRM_EXYNOS_FIMD=y
|
||||
|
@ -262,3 +263,4 @@ CONFIG_CRYPTO_AES_ARM_BS=m
|
|||
CONFIG_CRC_CCITT=y
|
||||
CONFIG_FONTS=y
|
||||
CONFIG_FONT_7x14=y
|
||||
CONFIG_VIDEO_VIVID=m
|
||||
|
|
Loading…
Reference in New Issue