From c16d063161c5d7a184cf604549a388ce52f18cc0 Mon Sep 17 00:00:00 2001 From: Julien Olivain Date: Thu, 19 Sep 2019 12:13:08 +0200 Subject: [PATCH] MLK-22643: mxc: hantro_845: Kconfig: fix dependency on ARCH_FSL_IMX8MM Signed-off-by: Julien Olivain Reviewed-by: Zhou Peng (cherry picked from commit d5ee37f96629716042bb0b8317ff8ea0000a769c) --- drivers/mxc/hantro_845/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mxc/hantro_845/Kconfig b/drivers/mxc/hantro_845/Kconfig index 6b59c33f91c6..046bf1a2ea0f 100755 --- a/drivers/mxc/hantro_845/Kconfig +++ b/drivers/mxc/hantro_845/Kconfig @@ -3,7 +3,7 @@ # menu "MXC HANTRO(Video Processing Unit) 845 support" - depends on ARCH_FSL_IMX8MQ + depends on ARCH_FSL_IMX8MM config MXC_HANTRO_845 tristate "Support for MXC HANTRO(Video Processing Unit) 845" -- 2.17.1