summaryrefslogtreecommitdiff
path: root/drivers/mxc/hantro
diff options
context:
space:
mode:
authorZhou Peng <eagle.zhou@nxp.com>2019-11-13 16:41:17 +0800
committerDong Aisheng <aisheng.dong@nxp.com>2019-11-25 15:47:45 +0800
commit0775816459189a5526c8a4ad5ae8fec777d7ba42 (patch)
treeccdd368c8c15e54726624a56f4139eeb9874c9e5 /drivers/mxc/hantro
parentcd5340e7f632a54e239aa21cfb3e33272f44ee19 (diff)
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 <eagle.zhou@nxp.com>
Diffstat (limited to 'drivers/mxc/hantro')
-rw-r--r--drivers/mxc/hantro/Kconfig2
1 files changed, 1 insertions, 1 deletions
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)"