aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/soc/fsl/Makefile
diff options
context:
space:
mode:
authorIoana Ciornei <ioana.ciornei@nxp.com>2019-04-05 09:49:53 +0000
committerLi Yang <leoyang.li@nxp.com>2019-05-20 14:28:15 -0500
commitc93349d8c1700a4f628758440c65404faa74b390 (patch)
treef7f24975c9fb21acbac9dcbbe0da481d358b0c92 /drivers/soc/fsl/Makefile
parentDocumentation: DT: Add entry for DPAA2 console (diff)
downloadlinux-dev-c93349d8c1700a4f628758440c65404faa74b390.tar.xz
linux-dev-c93349d8c1700a4f628758440c65404faa74b390.zip
soc: fsl: add DPAA2 console support
This patch adds DPAA2 MC and AIOP console log support. The platform driver probes on the "fsl,dpaa2-console" device tree node which describes the base firmware address needed in order to infer the start address of both firmware logs: MC and AIOP. It then exports two misc char devices which can be used to dump the needed logs. Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com> Signed-off-by: Roy Pledge <roy.pledge@nxp.com> Signed-off-by: Li Yang <leoyang.li@nxp.com>
Diffstat (limited to 'drivers/soc/fsl/Makefile')
-rw-r--r--drivers/soc/fsl/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soc/fsl/Makefile b/drivers/soc/fsl/Makefile
index 803ef1bfb5ff..57762c9fc7da 100644
--- a/drivers/soc/fsl/Makefile
+++ b/drivers/soc/fsl/Makefile
@@ -7,3 +7,4 @@ obj-$(CONFIG_QUICC_ENGINE) += qe/
obj-$(CONFIG_CPM) += qe/
obj-$(CONFIG_FSL_GUTS) += guts.o
obj-$(CONFIG_FSL_MC_DPIO) += dpio/
+obj-$(CONFIG_DPAA2_CONSOLE) += dpaa2-console.o