Kconfig (473e0bc39bd5d2542e90edc622a65bd49206409d) Kconfig (63540f01917c0d8b03b9813a0d6539469b163139)
1config DRM_EXYNOS
2 tristate "DRM Support for Samsung SoC EXYNOS Series"
3 depends on OF && DRM && (PLAT_SAMSUNG || ARCH_MULTIPLATFORM)
4 select DRM_KMS_HELPER
5 select DRM_KMS_FB_HELPER
6 select FB_CFB_FILLRECT
7 select FB_CFB_COPYAREA
8 select FB_CFB_IMAGEBLIT

--- 63 unchanged lines hidden (view full) ---

72 bool "Exynos DRM Virtual Display"
73 depends on DRM_EXYNOS
74 help
75 Choose this option if you want to use Exynos VIDI for DRM.
76
77config DRM_EXYNOS_G2D
78 bool "Exynos DRM G2D"
79 depends on DRM_EXYNOS && !VIDEO_SAMSUNG_S5P_G2D
1config DRM_EXYNOS
2 tristate "DRM Support for Samsung SoC EXYNOS Series"
3 depends on OF && DRM && (PLAT_SAMSUNG || ARCH_MULTIPLATFORM)
4 select DRM_KMS_HELPER
5 select DRM_KMS_FB_HELPER
6 select FB_CFB_FILLRECT
7 select FB_CFB_COPYAREA
8 select FB_CFB_IMAGEBLIT

--- 63 unchanged lines hidden (view full) ---

72 bool "Exynos DRM Virtual Display"
73 depends on DRM_EXYNOS
74 help
75 Choose this option if you want to use Exynos VIDI for DRM.
76
77config DRM_EXYNOS_G2D
78 bool "Exynos DRM G2D"
79 depends on DRM_EXYNOS && !VIDEO_SAMSUNG_S5P_G2D
80 select FRAME_VECTOR
80 help
81 Choose this option if you want to use Exynos G2D for DRM.
82
83config DRM_EXYNOS_IPP
84 bool "Exynos DRM IPP"
85 depends on DRM_EXYNOS
86 help
87 Choose this option if you want to use IPP feature for DRM.

--- 24 unchanged lines hidden ---
81 help
82 Choose this option if you want to use Exynos G2D for DRM.
83
84config DRM_EXYNOS_IPP
85 bool "Exynos DRM IPP"
86 depends on DRM_EXYNOS
87 help
88 Choose this option if you want to use IPP feature for DRM.

--- 24 unchanged lines hidden ---