aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/52xx/Kconfig
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/Kconfig
parent4f59ecfa9b87da09bdc346f2c443e25fa2c0674c (diff)
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/Kconfig')
-rw-r--r--arch/powerpc/platforms/52xx/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/52xx/Kconfig b/arch/powerpc/platforms/52xx/Kconfig
index 8b8e9560a31..47ea1be1481 100644
--- a/arch/powerpc/platforms/52xx/Kconfig
+++ b/arch/powerpc/platforms/52xx/Kconfig
@@ -62,3 +62,8 @@ config PPC_MPC5200_GPIO
select GENERIC_GPIO
help
Enable gpiolib support for mpc5200 based boards
+
+config PPC_MPC5200_LPBFIFO
+ tristate "MPC5200 LocalPlus bus FIFO driver"
+ depends on PPC_MPC52xx
+ select PPC_BESTCOMM_GEN_BD