summaryrefslogtreecommitdiff
path: root/drivers/mxc/hantro_845_h1/Kconfig
diff options
context:
space:
mode:
authorLeonard Crestez <leonard.crestez@nxp.com>2019-11-06 17:49:41 +0200
committerDong Aisheng <aisheng.dong@nxp.com>2019-11-25 15:47:44 +0800
commit874558fb1664e8f4bec822836e4f840b2e99a0fd (patch)
tree6c73d82f635b3f9619d285abc98d2a842c794455 /drivers/mxc/hantro_845_h1/Kconfig
parent008627cc26bc4644adb42ce8e4e8c0965618280a (diff)
vpu: hantro: Fix kconfig to depend on ARCH_MXC instead
Upstream rejected per-SOC kconfig symbols such as CONFIG_ARCH_FSL_IMX8MQ so just use CONFIG_ARCH_MXC instead. There is already an ARM64 check in drivers/mxc/Kconfig so this shouldn't change anything except that we can drop CONFIG_ARCH_FSL_IMX8MQ from linux-nxp tree. Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com> Acked-by: Zhou Peng <eagle.zhou@nxp.com>
Diffstat (limited to 'drivers/mxc/hantro_845_h1/Kconfig')
-rwxr-xr-xdrivers/mxc/hantro_845_h1/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mxc/hantro_845_h1/Kconfig b/drivers/mxc/hantro_845_h1/Kconfig
index 65b21d92770c..72936da4ef4a 100755
--- a/drivers/mxc/hantro_845_h1/Kconfig
+++ b/drivers/mxc/hantro_845_h1/Kconfig
@@ -3,7 +3,7 @@
#
menu "MXC HANTRO(Video Processing Unit) encoder support"
- depends on ARCH_FSL_IMX8MQ
+ depends on ARCH_MXC
config MXC_HANTRO_845_H1
tristate "Support for MXC HANTRO(Video Processing Unit) encoder"