aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/86xx/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/platforms/86xx/Kconfig')
-rw-r--r--arch/powerpc/platforms/86xx/Kconfig8
1 files changed, 7 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/86xx/Kconfig b/arch/powerpc/platforms/86xx/Kconfig
index 3988f16e46c1..ce619bd1f82d 100644
--- a/arch/powerpc/platforms/86xx/Kconfig
+++ b/arch/powerpc/platforms/86xx/Kconfig
@@ -60,6 +60,11 @@ config GEF_SBC610
60 help 60 help
61 This option enables support for the GE SBC610. 61 This option enables support for the GE SBC610.
62 62
63config MVME7100
64 bool "Artesyn MVME7100"
65 help
66 This option enables support for the Emerson/Artesyn MVME7100 board.
67
63endif 68endif
64 69
65config MPC8641 70config MPC8641
@@ -68,7 +73,8 @@ config MPC8641
68 select FSL_PCI if PCI 73 select FSL_PCI if PCI
69 select PPC_UDBG_16550 74 select PPC_UDBG_16550
70 select MPIC 75 select MPIC
71 default y if MPC8641_HPCN || SBC8641D || GEF_SBC610 || GEF_SBC310 || GEF_PPC9A 76 default y if MPC8641_HPCN || SBC8641D || GEF_SBC610 || GEF_SBC310 || GEF_PPC9A \
77 || MVME7100
72 78
73config MPC8610 79config MPC8610
74 bool 80 bool