Merge tag 'nfs-for-5.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
[linux-2.6-microblaze.git] / drivers / gpu / drm / ingenic / Kconfig
1 config DRM_INGENIC
2         tristate "DRM Support for Ingenic SoCs"
3         depends on MIPS || COMPILE_TEST
4         depends on DRM
5         depends on CMA
6         depends on OF
7         select DRM_BRIDGE
8         select DRM_PANEL_BRIDGE
9         select DRM_KMS_HELPER
10         select DRM_KMS_CMA_HELPER
11         select DRM_GEM_CMA_HELPER
12         select VT_HW_CONSOLE_BINDING if FRAMEBUFFER_CONSOLE
13         help
14           Choose this option for DRM support for the Ingenic SoCs.
15
16           If M is selected the module will be called ingenic-drm.
17
18 if DRM_INGENIC
19
20 config DRM_INGENIC_IPU
21         bool "IPU support for Ingenic SoCs"
22         help
23           Choose this option to enable support for the IPU found in Ingenic SoCs.
24
25           The Image Processing Unit (IPU) will appear as a second primary plane.
26
27 endif