summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/52xx/Makefile
diff options
context:
space:
mode:
authorJohn Bonesio <bones@secretlab.ca>2009-09-29 10:43:42 +0000
committerGrant Likely <grant.likely@secretlab.ca>2009-11-04 16:42:47 -0700
commit3c9059d79f5eea6b8b75ddac97693127c3c41db4 (patch)
tree7134da85c066a811bc7d1c7c21508d834dbadd67 /arch/powerpc/platforms/52xx/Makefile
parent4f59ecfa9b87da09bdc346f2c443e25fa2c0674c (diff)
downloadkernel-crypto-3c9059d79f5eea6b8b75ddac97693127c3c41db4.tar.gz
kernel-crypto-3c9059d79f5eea6b8b75ddac97693127c3c41db4.tar.xz
kernel-crypto-3c9059d79f5eea6b8b75ddac97693127c3c41db4.zip
powerpc/5200: add LocalPlus bus FIFO device driver
This is a driver for the FIFO device on the LocalPlus bus on an mpc5200 system. The driver supports programmed I/O through the FIFO as well as setting up DMA via the BestComm engine through the FIFO. Signed-off-by: John Bonesio <bones@secretlab.ca> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'arch/powerpc/platforms/52xx/Makefile')
-rw-r--r--arch/powerpc/platforms/52xx/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/52xx/Makefile b/arch/powerpc/platforms/52xx/Makefile
index bfd4f52cf3d..2bc8cd0c5cf 100644
--- a/arch/powerpc/platforms/52xx/Makefile
+++ b/arch/powerpc/platforms/52xx/Makefile
@@ -15,3 +15,4 @@ ifeq ($(CONFIG_PPC_LITE5200),y)
endif
obj-$(CONFIG_PPC_MPC5200_GPIO) += mpc52xx_gpio.o
+obj-$(CONFIG_PPC_MPC5200_LPBFIFO) += mpc52xx_lpbfifo.o