aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ppc/Kconfig
diff options
context:
space:
mode:
authorLee Nicks <allinux@gmail.com>2005-09-03 18:55:48 -0400
committerLinus Torvalds <torvalds@evo.osdl.org>2005-09-05 03:05:59 -0400
commit3acb23440f90b03b19846d2b3a005dcbf61a55cf (patch)
tree6c2c7feac536b1ee5a9bedf3342e4c81ca47a9bc /arch/ppc/Kconfig
parent164ada643ddf4f492a206b9bf2f2b02918b618da (diff)
[PATCH] ppc32: add support for Marvell EV64360BP board
This patch adds support for Marvell EV64360BP board. So far, it supports mpsc serial console, gigabit ethernet, jffs2 root filesystem, etc. Other device support, like watchdog, RTC, will be added later. Signed-off-by: Lee Nicks <allinux@gmail.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/ppc/Kconfig')
-rw-r--r--arch/ppc/Kconfig7
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/ppc/Kconfig b/arch/ppc/Kconfig
index f88032c65f91..9b849e281b45 100644
--- a/arch/ppc/Kconfig
+++ b/arch/ppc/Kconfig
@@ -671,6 +671,11 @@ config MPC834x_SYS
671 help 671 help
672 This option enables support for the MPC 834x SYS evaluation board. 672 This option enables support for the MPC 834x SYS evaluation board.
673 673
674config EV64360
675 bool "Marvell-EV64360BP"
676 help
677 Select EV64360 if configuring a Marvell EV64360BP Evaluation
678 platform.
674endchoice 679endchoice
675 680
676config PQ2ADS 681config PQ2ADS
@@ -772,7 +777,7 @@ config GT64260
772 777
773config MV64360 # Really MV64360 & MV64460 778config MV64360 # Really MV64360 & MV64460
774 bool 779 bool
775 depends on CHESTNUT || KATANA || RADSTONE_PPC7D || HDPU 780 depends on CHESTNUT || KATANA || RADSTONE_PPC7D || HDPU || EV64360
776 default y 781 default y
777 782
778config MV64X60 783config MV64X60