summaryrefslogtreecommitdiff
path: root/drivers/mxc/Kconfig
diff options
context:
space:
mode:
authorZhou Peng <eagle.zhou@nxp.com>2018-05-14 20:21:44 +0800
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:31:44 +0800
commitf0d900494bfec752c9eae571b1555ee26fe99263 (patch)
tree2fd60ca8f17fae96bb872143025707557327d9aa /drivers/mxc/Kconfig
parentb0ff8f1ef6a068176dcf07414517474e16558d2b (diff)
MLK-18301-3 - [i.MX8MM/Hantro]: Enable hantro vpu on mscale 845S platform
Enable hantro 845 decoder/encoder on device tree Signed-off-by: Zhou Peng <eagle.zhou@nxp.com>
Diffstat (limited to 'drivers/mxc/Kconfig')
-rwxr-xr-xdrivers/mxc/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/mxc/Kconfig b/drivers/mxc/Kconfig
index 97457233d56f..e0b9d68fca0c 100755
--- a/drivers/mxc/Kconfig
+++ b/drivers/mxc/Kconfig
@@ -19,6 +19,8 @@ config MXC_SIM
source "drivers/mxc/sim/Kconfig"
if ARCH_MXC_ARM64
+source "drivers/mxc/hantro_845/Kconfig"
+source "drivers/mxc/hantro_845_h1/Kconfig"
source "drivers/mxc/vpu-malone/Kconfig"
source "drivers/mxc/vpu-decoder-b0/Kconfig"
source "drivers/mxc/vpu-encoder-b0/Kconfig"