mirror of
https://github.com/torvalds/linux.git
synced 2024-12-11 13:41:55 +00:00
c89105c9b3
Move the NXP DPIO (Datapath I/O Driver) out of the drivers/staging directory and into the drivers/soc/fsl directory. The DPIO driver enables access to Queue and Buffer Manager (QBMAN) hardware on NXP DPAA2 devices. This is a prerequisite to moving the DPAA2 Ethernet driver out of staging. Signed-off-by: Roy Pledge <roy.pledge@nxp.com> Reviewed-by: Horia Geantă <horia.geanta@nxp.com> Reviewed-by: Ioana Radulescu <ruxandra.radulescu@nxp.com> Signed-off-by: Li Yang <leoyang.li@nxp.com>
9 lines
181 B
Makefile
9 lines
181 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# QorIQ DPAA2 DPIO driver
|
|
#
|
|
|
|
obj-$(CONFIG_FSL_MC_DPIO) += fsl-mc-dpio.o
|
|
|
|
fsl-mc-dpio-objs := dpio.o qbman-portal.o dpio-service.o dpio-driver.o
|