]> Git Repo - J-linux.git/blob - drivers/gpu/drm/bridge/imx/Kconfig
Merge tag 'ovl-update-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs
[J-linux.git] / drivers / gpu / drm / bridge / imx / Kconfig
1 if ARCH_MXC || COMPILE_TEST
2
3 config DRM_IMX8QM_LDB
4         tristate "Freescale i.MX8QM LVDS display bridge"
5         depends on OF
6         depends on COMMON_CLK
7         select DRM_KMS_HELPER
8         help
9           Choose this to enable the internal LVDS Display Bridge(LDB) found in
10           Freescale i.MX8qm processor.  Official name of LDB is pixel mapper.
11
12 config DRM_IMX8QXP_LDB
13         tristate "Freescale i.MX8QXP LVDS display bridge"
14         depends on OF
15         depends on COMMON_CLK
16         select DRM_KMS_HELPER
17         help
18           Choose this to enable the internal LVDS Display Bridge(LDB) found in
19           Freescale i.MX8qxp processor.  Official name of LDB is pixel mapper.
20
21 config DRM_IMX8QXP_PIXEL_COMBINER
22         tristate "Freescale i.MX8QM/QXP pixel combiner"
23         depends on OF
24         depends on COMMON_CLK
25         select DRM_KMS_HELPER
26         help
27           Choose this to enable pixel combiner found in
28           Freescale i.MX8qm/qxp processors.
29
30 config DRM_IMX8QXP_PIXEL_LINK
31         tristate "Freescale i.MX8QM/QXP display pixel link"
32         depends on OF
33         depends on IMX_SCU
34         select DRM_KMS_HELPER
35         help
36           Choose this to enable display pixel link found in
37           Freescale i.MX8qm/qxp processors.
38
39 config DRM_IMX8QXP_PIXEL_LINK_TO_DPI
40         tristate "Freescale i.MX8QXP pixel link to display pixel interface"
41         depends on OF
42         select DRM_KMS_HELPER
43         help
44           Choose this to enable pixel link to display pixel interface(PXL2DPI)
45           found in Freescale i.MX8qxp processor.
46
47 endif # ARCH_MXC || COMPILE_TEST
This page took 0.034352 seconds and 4 git commands to generate.