xref: /linux/drivers/gpu/drm/exynos/Kconfig (revision 1c248b7d2960faec3e1b8f3f9c5d9d0df28e0a3c)
1*1c248b7dSInki Daeconfig DRM_EXYNOS
2*1c248b7dSInki Dae	tristate "DRM Support for Samsung SoC EXYNOS Series"
3*1c248b7dSInki Dae	depends on DRM && PLAT_SAMSUNG
4*1c248b7dSInki Dae	default	n
5*1c248b7dSInki Dae	select DRM_KMS_HELPER
6*1c248b7dSInki Dae	select FB_CFB_FILLRECT
7*1c248b7dSInki Dae	select FB_CFB_COPYAREA
8*1c248b7dSInki Dae	select FB_CFB_IMAGEBLIT
9*1c248b7dSInki Dae	select VT_HW_CONSOLE_BINDING if FRAMEBUFFER_CONSOLE
10*1c248b7dSInki Dae	help
11*1c248b7dSInki Dae	  Choose this option if you have a Samsung SoC EXYNOS chipset.
12*1c248b7dSInki Dae	  If M is selected the module will be called exynosdrm.
13*1c248b7dSInki Dae
14*1c248b7dSInki Daeconfig DRM_EXYNOS_FIMD
15*1c248b7dSInki Dae	tristate "Exynos DRM FIMD"
16*1c248b7dSInki Dae	depends on DRM_EXYNOS
17*1c248b7dSInki Dae	default n
18*1c248b7dSInki Dae	help
19*1c248b7dSInki Dae	  Choose this option if you want to use Exynos FIMD for DRM.
20*1c248b7dSInki Dae	  If M is selected, the module will be called exynos_drm_fimd
21