summaryrefslogtreecommitdiff
path: root/drivers/uio/Makefile
diff options
context:
space:
mode:
authorKai Jiang <Kai.Jiang@freescale.com>2013-04-03 12:21:36 (GMT)
committerFleming Andrew-AFLEMING <AFLEMING@freescale.com>2013-04-17 21:06:17 (GMT)
commit71ce742b2fe5a7ce32b7bedc6e44a9c3569291de (patch)
tree37a1131a0d90845ca68cf61835e663d433ca52e8 /drivers/uio/Makefile
parent39cb0fe7a4aea2652fca70f88bd1c2e33e5966ae (diff)
downloadlinux-fsl-qoriq-71ce742b2fe5a7ce32b7bedc6e44a9c3569291de.tar.xz
uio/srio: Add FSL Serial RapidIO UIO driver support
Add support to expose Serial RapidIO controller to user space. We split the controller between general control and per port memory bus access. Also add support to handle the SRIO error interrupt. Signed-off-by: Kai Jiang <Kai.Jiang@freescale.com> Signed-off-by: Minghuan Lian <Minghuan.Lian@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org> Signed-off-by: Liu Gang <Gang.Liu@freescale.com> Change-Id: Ic8ef32d5b665a94b35a3dd174691c3eca41339ea Reviewed-on: http://git.am.freescale.net:8181/979 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 b354c53..5ad7efe 100644
--- a/drivers/uio/Makefile
+++ b/drivers/uio/Makefile
@@ -8,3 +8,4 @@ obj-$(CONFIG_UIO_SERCOS3) += uio_sercos3.o
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