Kconfig (7a2d5c77c55847f31945e5aa8337db2218a5a7c1) Kconfig (01fb9185dc180940f90510215ef8764d6155d088)
1config DRM_EXYNOS
2 tristate "DRM Support for Samsung SoC EXYNOS Series"
3 depends on OF && DRM && (ARCH_S3C64XX || ARCH_S5PV210 || ARCH_EXYNOS || ARCH_MULTIPLATFORM)
4 select DRM_KMS_HELPER
5 select VIDEOMODE_HELPERS
6 select SND_SOC_HDMI_CODEC if SND_SOC
7 help
8 Choose this option if you have a Samsung SoC EXYNOS chipset.

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

105 Choose this option if you want to use Exynos FIMC for DRM.
106
107config DRM_EXYNOS_ROTATOR
108 bool "Rotator"
109 select DRM_EXYNOS_IPP
110 help
111 Choose this option if you want to use Exynos Rotator for DRM.
112
1config DRM_EXYNOS
2 tristate "DRM Support for Samsung SoC EXYNOS Series"
3 depends on OF && DRM && (ARCH_S3C64XX || ARCH_S5PV210 || ARCH_EXYNOS || ARCH_MULTIPLATFORM)
4 select DRM_KMS_HELPER
5 select VIDEOMODE_HELPERS
6 select SND_SOC_HDMI_CODEC if SND_SOC
7 help
8 Choose this option if you have a Samsung SoC EXYNOS chipset.

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

105 Choose this option if you want to use Exynos FIMC for DRM.
106
107config DRM_EXYNOS_ROTATOR
108 bool "Rotator"
109 select DRM_EXYNOS_IPP
110 help
111 Choose this option if you want to use Exynos Rotator for DRM.
112
113config DRM_EXYNOS_SCALER
114 bool "Scaler"
115 select DRM_EXYNOS_IPP
116 help
117 Choose this option if you want to use Exynos Scaler for DRM.
118
113config DRM_EXYNOS_GSC
114 bool "GScaler"
115 depends on VIDEO_SAMSUNG_EXYNOS_GSC=n
116 select DRM_EXYNOS_IPP
117 help
118 Choose this option if you want to use Exynos GSC for DRM.
119
120endif
119config DRM_EXYNOS_GSC
120 bool "GScaler"
121 depends on VIDEO_SAMSUNG_EXYNOS_GSC=n
122 select DRM_EXYNOS_IPP
123 help
124 Choose this option if you want to use Exynos GSC for DRM.
125
126endif