diff options
author | Sylvain Munaut <tnt@246tNt.com> | 2006-03-26 13:37:38 +0200 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-03-27 14:48:58 +1100 |
commit | f8dd311982c86141f4f2fd326c0edf0c2d9fd97b (patch) | |
tree | 474af7852e393a112456127b1185e84f1b7b57ab /arch/ppc/Kconfig | |
parent | 5931c4350059ce9bd5fe398b628c478753a11e44 (diff) |
[PATCH] ppc32: Adds support for the LITE5200B dev board
ppc32: Adds support for the LITE5200B dev board
This LITE5200B devboard is the new development board for the
Freescale MPC5200 processor. It has two PCI slots and so a
different PCI IRQ routing.
Signed-off-by: John Rigby <jrigby@freescale.com>
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/ppc/Kconfig')
-rw-r--r-- | arch/ppc/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/ppc/Kconfig b/arch/ppc/Kconfig index 3a3e302b4ea..75802ca0f8c 100644 --- a/arch/ppc/Kconfig +++ b/arch/ppc/Kconfig @@ -715,6 +715,13 @@ config LITE5200 much but it's only been tested on this board version. I think this board is also known as IceCube. +config LITE5200B + bool "Freescale LITE5200B" + depends LITE5200 + help + Support for the LITE5200B dev board for the MPC5200 from Freescale. + This is the new board with 2 PCI slots. + config MPC834x_SYS bool "Freescale MPC834x SYS" help |