summaryrefslogtreecommitdiff
path: root/drivers/mxc/Kconfig
diff options
context:
space:
mode:
authorZhou Peng-B04994 <eagle.zhou@nxp.com>2017-06-21 14:57:33 +0800
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:27:03 +0800
commit95b88167feec240faa26776b5cc3c545118c1cea (patch)
tree695feca95f3594a357a532e435870e65aebd5a9e /drivers/mxc/Kconfig
parentad5481a209db66a24961c8e91f1fe8257fc7f991 (diff)
MLK-15132-1: Enable Hantro decoder on i.MX8MQ
Added hantro driver code Signed-off-by: Zhou Peng-B04994 <eagle.zhou@nxp.com>
Diffstat (limited to 'drivers/mxc/Kconfig')
-rwxr-xr-x[-rw-r--r--]drivers/mxc/Kconfig7
1 files changed, 6 insertions, 1 deletions
diff --git a/drivers/mxc/Kconfig b/drivers/mxc/Kconfig
index cec453f544a7..ae072e8da6c8 100644..100755
--- a/drivers/mxc/Kconfig
+++ b/drivers/mxc/Kconfig
@@ -1,9 +1,13 @@
# drivers/mxc/Kconfig
-if ARCH_MXC
+if ARCH_MXC || ARCH_MXC_ARM64
menu "MXC support drivers"
+# drivers common to MXC and MX8 go here:
+source "drivers/mxc/hantro/Kconfig"
+
+if ARCH_MXC
config MXC_IPU
bool "Image Processing Unit Driver"
select MXC_IPU_V3
@@ -17,6 +21,7 @@ source "drivers/mxc/sim/Kconfig"
source "drivers/mxc/mipi/Kconfig"
source "drivers/mxc/vpu/Kconfig"
source "drivers/mxc/hdmi-cec/Kconfig"
+endif
endmenu