]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
drm/lima: add missing Kconfig dependency
authorQiang Yu <yuq825@gmail.com>
Tue, 9 Apr 2019 00:36:16 +0000 (08:36 +0800)
committerQiang Yu <yuq825@gmail.com>
Tue, 9 Apr 2019 11:04:50 +0000 (19:04 +0800)
Current implementation does not support MMU-less
plarforms.

Suggested-by: Randy Dunlap <rdunlap@infradead.org>
Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>
Fixes: a1d2a6339961 ("drm/lima: driver for ARM Mali4xx GPUs")
Signed-off-by: Qiang Yu <yuq825@gmail.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190409003617.4470-1-yuq825@gmail.com
drivers/gpu/drm/lima/Kconfig

index f11314448093965fd7e7c6766f1534e2f4198af8..bb4ddc6bb0a62f702eda8027ef4dd52fe9e82b79 100644 (file)
@@ -5,6 +5,9 @@ config DRM_LIMA
        tristate "LIMA (DRM support for ARM Mali 400/450 GPU)"
        depends on DRM
        depends on ARM || ARM64 || COMPILE_TEST
+       depends on MMU
+       depends on COMMON_CLK
+       depends on OF
        select DRM_SCHED
        help
          DRM driver for ARM Mali 400/450 GPUs.