Re: [PATCH] drm/hisilicon: Removed the dependency on the mmu

2020-08-27 Thread Thomas Zimmermann
Hi Am 26.08.20 um 09:55 schrieb Tian Tao: > 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 Reviewed-by: Thomas Zimmermann > --- >

[PATCH] drm/hisilicon: Removed the dependency on the mmu

2020-08-26 Thread Tian Tao
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 --- drivers/gpu/drm/hisilicon/hibmc/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git