summaryrefslogtreecommitdiff
path: root/drivers/staging/Makefile
diff options
context:
space:
mode:
authorMinghuan Lian <Minghuan.Lian@freescale.com>2011-10-13 05:06:24 (GMT)
committerFleming Andrew-AFLEMING <AFLEMING@freescale.com>2013-04-18 15:02:19 (GMT)
commit25d3edd26a2977b14a202597aae1e417a9b76961 (patch)
tree1cbc8e2e373b142df368bcd6cc41673af443447c /drivers/staging/Makefile
parent3afa5138c12b2655283296f41c2ce04b7eab9223 (diff)
downloadlinux-fsl-qoriq-25d3edd26a2977b14a202597aae1e417a9b76961.tar.xz
uio: Add FSL RMan UIO driver support
Add support to expose FSL RMan controller to user space via UIO system. The RMan is composed of a global configuration and multiple inbound classification units. We map the global configuration as one UIO device and each classification unit as a unique UIO device. Change-Id: Ia491dae0d82c5fee9eb7e2b535305b557ba7329a Signed-off-by: Minghuan Lian <Minghuan.Lian@freescale.com> Signed-off-by: Andy Fleming <afleming@freescale.com> Reviewed-on: http://git.am.freescale.net:8181/922 Reviewed-by: Fleming Andrew-AFLEMING <AFLEMING@freescale.com> Tested-by: Fleming Andrew-AFLEMING <AFLEMING@freescale.com>
Diffstat (limited to 'drivers/staging/Makefile')
-rw-r--r--drivers/staging/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/Makefile b/drivers/staging/Makefile
index 5b24529..fb0c4bd 100644
--- a/drivers/staging/Makefile
+++ b/drivers/staging/Makefile
@@ -65,4 +65,4 @@ obj-$(CONFIG_SB105X) += sb105x/
obj-$(CONFIG_FIREWIRE_SERIAL) += fwserial/
obj-$(CONFIG_FSL_DPA) += fsl_qbman/
obj-$(CONFIG_FSL_PME2) += fsl_pme2/
-
+obj-$(CONFIG_FSL_RMAN_UIO) += fsl_rman/