diff options
Diffstat (limited to 'arch/ppc/Kconfig')
-rw-r--r-- | arch/ppc/Kconfig | 7 |
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 | ||
674 | config EV64360 | ||
675 | bool "Marvell-EV64360BP" | ||
676 | help | ||
677 | Select EV64360 if configuring a Marvell EV64360BP Evaluation | ||
678 | platform. | ||
674 | endchoice | 679 | endchoice |
675 | 680 | ||
676 | config PQ2ADS | 681 | config PQ2ADS |
@@ -772,7 +777,7 @@ config GT64260 | |||
772 | 777 | ||
773 | config MV64360 # Really MV64360 & MV64460 | 778 | config 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 | ||
778 | config MV64X60 | 783 | config MV64X60 |