diff options
Diffstat (limited to 'drivers/gpu/drm/rcar-du/Kconfig')
-rw-r--r-- | drivers/gpu/drm/rcar-du/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/rcar-du/Kconfig b/drivers/gpu/drm/rcar-du/Kconfig index d8e835ac2c5e..2e3d7b5b0ad7 100644 --- a/drivers/gpu/drm/rcar-du/Kconfig +++ b/drivers/gpu/drm/rcar-du/Kconfig | |||
@@ -1,6 +1,7 @@ | |||
1 | config DRM_RCAR_DU | 1 | config DRM_RCAR_DU |
2 | tristate "DRM Support for R-Car Display Unit" | 2 | tristate "DRM Support for R-Car Display Unit" |
3 | depends on DRM && ARM | 3 | depends on DRM && ARM |
4 | depends on ARCH_SHMOBILE || COMPILE_TEST | ||
4 | select DRM_KMS_HELPER | 5 | select DRM_KMS_HELPER |
5 | select DRM_KMS_CMA_HELPER | 6 | select DRM_KMS_CMA_HELPER |
6 | select DRM_GEM_CMA_HELPER | 7 | select DRM_GEM_CMA_HELPER |
@@ -12,6 +13,7 @@ config DRM_RCAR_DU | |||
12 | config DRM_RCAR_LVDS | 13 | config DRM_RCAR_LVDS |
13 | bool "R-Car DU LVDS Encoder Support" | 14 | bool "R-Car DU LVDS Encoder Support" |
14 | depends on DRM_RCAR_DU | 15 | depends on DRM_RCAR_DU |
16 | depends on ARCH_R8A7790 || ARCH_R8A7791 || COMPILE_TEST | ||
15 | help | 17 | help |
16 | Enable support the R-Car Display Unit embedded LVDS encoders | 18 | Enable support the R-Car Display Unit embedded LVDS encoders |
17 | (currently only on R8A7790). | 19 | (currently only on R8A7790). |