diff options
author | Claudiu Manoil <claudiu.manoil@nxp.com> | 2016-09-22 17:04:08 +0200 |
---|---|---|
committer | Scott Wood <oss@buserror.net> | 2016-09-25 09:38:58 +0200 |
commit | 1f9c0a77278bc9ec7df14bbd799fccfabff1010a (patch) | |
tree | 42b072113b1a91e58806d4f59230771213dde234 /drivers/soc/fsl/qbman/Makefile | |
parent | powerpc/8xx: make user addr DTLB miss the short path (diff) | |
download | linux-1f9c0a77278bc9ec7df14bbd799fccfabff1010a.tar.xz linux-1f9c0a77278bc9ec7df14bbd799fccfabff1010a.zip |
soc/fsl: Introduce DPAA 1.x BMan device driver
This driver enables the Freescale DPAA 1.x Buffer Manager block.
BMan is a hardware accelerator that manages buffer pools. It allows
CPUs and other accelerators connected to the SoC datapath to acquire
and release buffers during data processing.
Signed-off-by: Roy Pledge <roy.pledge@nxp.com>
Signed-off-by: Claudiu Manoil <claudiu.manoil@nxp.com>
Signed-off-by: Scott Wood <oss@buserror.net>
Diffstat (limited to 'drivers/soc/fsl/qbman/Makefile')
-rw-r--r-- | drivers/soc/fsl/qbman/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/soc/fsl/qbman/Makefile b/drivers/soc/fsl/qbman/Makefile new file mode 100644 index 000000000000..855c3ac0f89e --- /dev/null +++ b/drivers/soc/fsl/qbman/Makefile @@ -0,0 +1,2 @@ +obj-$(CONFIG_FSL_DPAA) += bman_ccsr.o bman_portal.o \ + bman.o |