summaryrefslogtreecommitdiff
path: root/drivers/mxc/Kconfig
diff options
context:
space:
mode:
authorGao Pan <pandy.gao@nxp.com>2017-07-14 18:26:00 +0800
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:27:29 +0800
commit959d66a766650f48f41769f7099bf947c10a32eb (patch)
tree67076f32fe79b57449d263b36937d59eeed89324 /drivers/mxc/Kconfig
parent599dfce3bf486ed65ccd3b63bca4ffba92cab15e (diff)
MLK-15993 Kconfig: add mlb support for IMX8QM
add mlb support for IMX8QM Signed-off-by: Gao Pan <pandy.gao@nxp.com>
Diffstat (limited to 'drivers/mxc/Kconfig')
-rwxr-xr-xdrivers/mxc/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mxc/Kconfig b/drivers/mxc/Kconfig
index ae072e8da6c8..6193d91facdb 100755
--- a/drivers/mxc/Kconfig
+++ b/drivers/mxc/Kconfig
@@ -6,6 +6,7 @@ menu "MXC support drivers"
# drivers common to MXC and MX8 go here:
source "drivers/mxc/hantro/Kconfig"
+source "drivers/mxc/mlb/Kconfig"
if ARCH_MXC
config MXC_IPU
@@ -15,7 +16,6 @@ config MXC_IPU
If you plan to use the Image Processing unit, say
Y here. IPU is needed by Framebuffer and V4L2 drivers.
-source "drivers/mxc/mlb/Kconfig"
source "drivers/mxc/ipu3/Kconfig"
source "drivers/mxc/sim/Kconfig"
source "drivers/mxc/mipi/Kconfig"