Maxime Ripard | 9026e0d | 2015-10-29 09:36:23 +0100 | [diff] [blame] | 1 | config DRM_SUN4I |
| 2 | tristate "DRM Support for Allwinner A10 Display Engine" |
Arnd Bergmann | bebef39 | 2016-05-02 12:59:48 +0200 | [diff] [blame] | 3 | depends on DRM && ARM && COMMON_CLK |
Maxime Ripard | 9026e0d | 2015-10-29 09:36:23 +0100 | [diff] [blame] | 4 | depends on ARCH_SUNXI || COMPILE_TEST |
| 5 | select DRM_GEM_CMA_HELPER |
| 6 | select DRM_KMS_HELPER |
| 7 | select DRM_KMS_CMA_HELPER |
| 8 | select DRM_PANEL |
| 9 | select REGMAP_MMIO |
| 10 | select VIDEOMODE_HELPERS |
| 11 | help |
| 12 | Choose this option if you have an Allwinner SoC with a |
| 13 | Display Engine. If M is selected the module will be called |
| 14 | sun4i-drm. |