1
0
Fork 0

arm64: vpu: m850d: hantro: mxc config

enable hantro decoder in mxc config
drivers/mxc/Kconfig
drivers/mxc/Makefile

Signed-off-by: Zhou Peng <eagle.zhou@nxp.com>
5.4-rM2-2.2.x-imx-squashed
Zhou Peng 2019-01-28 12:21:01 +08:00 committed by Dong Aisheng
parent 83ac8664e5
commit 1875e0954b
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@ menu "MXC support drivers"
# drivers common to MXC and MX8 go here:
#if ARCH_MXC_ARM64
source "drivers/mxc/hantro/Kconfig"
source "drivers/mxc/vpu_malone/Kconfig"
source "drivers/mxc/vpu_windsor/Kconfig"
#endif

View File

@ -1,2 +1,3 @@
obj-$(CONFIG_MXC_HANTRO) += hantro/
obj-$(CONFIG_MXC_VPU_MALONE) += vpu_malone/
obj-$(CONFIG_MXC_VPU_WINDSOR) += vpu_windsor/