summaryrefslogtreecommitdiff
path: root/drivers/uio/Makefile
diff options
context:
space:
mode:
authorLiu Gang <Gang.Liu@freescale.com>2013-04-03 12:48:44 (GMT)
committerFleming Andrew-AFLEMING <AFLEMING@freescale.com>2013-04-17 21:16:52 (GMT)
commitac62a01308952c96f0bb780d35183ec294d887eb (patch)
treeba2a1ce2e9098c8e6a38df4fec66f5a95905aae9 /drivers/uio/Makefile
parent5b338ed97a14544d6608ce85757592092a521f5d (diff)
downloadlinux-fsl-qoriq-ac62a01308952c96f0bb780d35183ec294d887eb.tar.xz
powerpc/uio: Add uio driver for rapidio message and doorbell units
For using the rapidio message and doorbell units in linux user space, need to build the uio devices in kernel space. The message and doorbell uio devices in kernel will map the units registers to user space and then the applications in user space can configure those registers and use the rapidio message and doorbell units. Signed-off-by: Liu Gang <Gang.Liu@freescale.com> Change-Id: Icfbc6e3cedc627b88143ae1656e6aebc4bd75684 Reviewed-on: http://git.am.freescale.net:8181/981 Reviewed-by: Lian Minghuan-B31939 <Minghuan.Lian@freescale.com> Reviewed-by: Zang Tiefei-R61911 <tie-fei.zang@freescale.com> Tested-by: Fleming Andrew-AFLEMING <AFLEMING@freescale.com> Reviewed-by: Fleming Andrew-AFLEMING <AFLEMING@freescale.com>
Diffstat (limited to 'drivers/uio/Makefile')
-rw-r--r--drivers/uio/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/uio/Makefile b/drivers/uio/Makefile
index 0e2d802..d0c8c15 100644
--- a/drivers/uio/Makefile
+++ b/drivers/uio/Makefile
@@ -9,4 +9,5 @@ obj-$(CONFIG_UIO_PCI_GENERIC) += uio_pci_generic.o
obj-$(CONFIG_UIO_NETX) += uio_netx.o
obj-$(CONFIG_UIO_PRUSS) += uio_pruss.o
obj-$(CONFIG_UIO_FSL_SRIO) += fsl_srio_uio.o
+obj-$(CONFIG_UIO_FSL_RMU) += fsl_rmu_uio.o
obj-$(CONFIG_UIO_FSL_DMA) += fsl_dma_uio.o