diff options
author | John Bonesio <bones@secretlab.ca> | 2009-09-29 10:43:42 +0000 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2009-11-04 16:42:47 -0700 |
commit | 3c9059d79f5eea6b8b75ddac97693127c3c41db4 (patch) | |
tree | 7134da85c066a811bc7d1c7c21508d834dbadd67 /arch/powerpc/platforms/52xx/Makefile | |
parent | 4f59ecfa9b87da09bdc346f2c443e25fa2c0674c (diff) | |
download | linux-3c9059d79f5eea6b8b75ddac97693127c3c41db4.tar.gz |
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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/52xx/Makefile b/arch/powerpc/platforms/52xx/Makefile index bfd4f52cf3dd..2bc8cd0c5cfc 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 |