From 0775816459189a5526c8a4ad5ae8fec777d7ba42 Mon Sep 17 00:00:00 2001 From: Zhou Peng Date: Wed, 13 Nov 2019 16:41:17 +0800 Subject: [PATCH] vpu: hantro: Fix kconfig to depend on ARCH_MXC instead Replace ARCH_FSL_IMX8MQ with ARCH_MXC in hantro 850 Kconfig Signed-off-by: Zhou Peng --- drivers/mxc/hantro/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mxc/hantro/Kconfig b/drivers/mxc/hantro/Kconfig index 815a01e27b69..5fae512712a1 100644 --- a/drivers/mxc/hantro/Kconfig +++ b/drivers/mxc/hantro/Kconfig @@ -3,7 +3,7 @@ # menu "MXC HANTRO(Video Processing Unit) support" - depends on ARCH_FSL_IMX8MQ + depends on ARCH_MXC config MXC_HANTRO tristate "Support for MXC HANTRO(Video Processing Unit)"