Tom Cooksey | bed4100 | 2017-04-12 20:17:46 -0700 | [diff] [blame] | 1 | config DRM_PL111 |
| 2 | tristate "DRM Support for PL111 CLCD Controller" |
| 3 | depends on DRM |
| 4 | depends on ARM || ARM64 || COMPILE_TEST |
Eric Anholt | 032838f | 2017-05-08 12:33:48 -0700 | [diff] [blame] | 5 | depends on COMMON_CLK |
Tom Cooksey | bed4100 | 2017-04-12 20:17:46 -0700 | [diff] [blame] | 6 | select DRM_KMS_HELPER |
| 7 | select DRM_KMS_CMA_HELPER |
| 8 | select DRM_GEM_CMA_HELPER |
Arnd Bergmann | e7cc23d | 2017-05-30 11:22:08 +0200 | [diff] [blame] | 9 | select DRM_PANEL |
Tom Cooksey | bed4100 | 2017-04-12 20:17:46 -0700 | [diff] [blame] | 10 | select VT_HW_CONSOLE_BINDING if FRAMEBUFFER_CONSOLE |
| 11 | help |
| 12 | Choose this option for DRM support for the PL111 CLCD controller. |
| 13 | If M is selected the module will be called pl111_drm. |
| 14 | |