]> Git Repo - linux.git/commitdiff
drm/hisilicon: Removed the dependency on the mmu
authorTian Tao <[email protected]>
Wed, 26 Aug 2020 07:55:28 +0000 (15:55 +0800)
committerTian Tao <[email protected]>
Mon, 31 Aug 2020 00:35:55 +0000 (20:35 -0400)
hibmc can only be used in ARM64 architectures, and mmu defaults to y
in arch/arm64/Kconfig, so there is no need to add a dependency on mmu
in hibmc's kconfig.

Signed-off-by: Tian Tao <[email protected]>
Reviewed-by: Thomas Zimmermann <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
drivers/gpu/drm/hisilicon/hibmc/Kconfig

index dfc5aef62f7ba2b3d4a8c9c780ea6cb16128ca20..43943e980203669d751f3e159752ed560dfc4e68 100644 (file)
@@ -1,7 +1,7 @@
 # SPDX-License-Identifier: GPL-2.0-only
 config DRM_HISI_HIBMC
        tristate "DRM Support for Hisilicon Hibmc"
-       depends on DRM && PCI && MMU && ARM64
+       depends on DRM && PCI && ARM64
        select DRM_KMS_HELPER
        select DRM_VRAM_HELPER
        select DRM_TTM
This page took 0.047324 seconds and 4 git commands to generate.