Laurent Pinchart | 4bf8e19 | 2013-06-19 13:54:11 +0200 | [diff] [blame] | 1 | config DRM_RCAR_DU |
| 2 | tristate "DRM Support for R-Car Display Unit" |
Chen Gang S | db88c8f | 2015-02-01 22:08:33 +0800 | [diff] [blame] | 3 | depends on DRM && ARM && HAVE_DMA_ATTRS |
Jean Delvare | 923d941 | 2014-05-26 13:01:35 +0200 | [diff] [blame] | 4 | depends on ARCH_SHMOBILE || COMPILE_TEST |
Laurent Pinchart | 4bf8e19 | 2013-06-19 13:54:11 +0200 | [diff] [blame] | 5 | select DRM_KMS_HELPER |
| 6 | select DRM_KMS_CMA_HELPER |
| 7 | select DRM_GEM_CMA_HELPER |
Daniel Vetter | 92b6f89 | 2013-10-08 17:44:47 +0200 | [diff] [blame] | 8 | select DRM_KMS_FB_HELPER |
Laurent Pinchart | 1d46fea | 2014-08-27 00:42:56 +0200 | [diff] [blame] | 9 | select VIDEOMODE_HELPERS |
Laurent Pinchart | 4bf8e19 | 2013-06-19 13:54:11 +0200 | [diff] [blame] | 10 | help |
| 11 | Choose this option if you have an R-Car chipset. |
| 12 | If M is selected the module will be called rcar-du-drm. |
Laurent Pinchart | 90374b5 | 2013-06-17 13:48:27 +0200 | [diff] [blame] | 13 | |
Laurent Pinchart | 637e619 | 2014-03-30 21:55:38 +0200 | [diff] [blame] | 14 | config DRM_RCAR_HDMI |
| 15 | bool "R-Car DU HDMI Encoder Support" |
| 16 | depends on DRM_RCAR_DU |
| 17 | depends on OF |
| 18 | help |
| 19 | Enable support for external HDMI encoders. |
| 20 | |
Laurent Pinchart | 90374b5 | 2013-06-17 13:48:27 +0200 | [diff] [blame] | 21 | config DRM_RCAR_LVDS |
| 22 | bool "R-Car DU LVDS Encoder Support" |
| 23 | depends on DRM_RCAR_DU |
Jean Delvare | 923d941 | 2014-05-26 13:01:35 +0200 | [diff] [blame] | 24 | depends on ARCH_R8A7790 || ARCH_R8A7791 || COMPILE_TEST |
Laurent Pinchart | 90374b5 | 2013-06-17 13:48:27 +0200 | [diff] [blame] | 25 | help |
Laurent Pinchart | 637e619 | 2014-03-30 21:55:38 +0200 | [diff] [blame] | 26 | Enable support for the R-Car Display Unit embedded LVDS encoders |
| 27 | (currently only on R8A7790 and R8A7791). |