diff options
author | Sylvain Munaut <tnt@246tNt.com> | 2006-03-26 06:37:38 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-03-26 22:48:58 -0500 |
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 3a3e302b4ea2..75802ca0f8c7 100644 --- a/arch/ppc/Kconfig +++ b/arch/ppc/Kconfig | |||
@@ -715,6 +715,13 @@ config LITE5200 | |||
715 | much but it's only been tested on this board version. I think this | 715 | much but it's only been tested on this board version. I think this |
716 | board is also known as IceCube. | 716 | board is also known as IceCube. |
717 | 717 | ||
718 | config LITE5200B | ||
719 | bool "Freescale LITE5200B" | ||
720 | depends LITE5200 | ||
721 | help | ||
722 | Support for the LITE5200B dev board for the MPC5200 from Freescale. | ||
723 | This is the new board with 2 PCI slots. | ||
724 | |||
718 | config MPC834x_SYS | 725 | config MPC834x_SYS |
719 | bool "Freescale MPC834x SYS" | 726 | bool "Freescale MPC834x SYS" |
720 | help | 727 | help |