aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/83xx/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/platforms/83xx/Kconfig')
-rw-r--r--arch/powerpc/platforms/83xx/Kconfig9
1 files changed, 8 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/83xx/Kconfig b/arch/powerpc/platforms/83xx/Kconfig
index 2430ac840493..782bff0c3229 100644
--- a/arch/powerpc/platforms/83xx/Kconfig
+++ b/arch/powerpc/platforms/83xx/Kconfig
@@ -55,6 +55,13 @@ config MPC837x_MDS
55 select DEFAULT_UIMAGE 55 select DEFAULT_UIMAGE
56 help 56 help
57 This option enables support for the MPC837x MDS Processor Board. 57 This option enables support for the MPC837x MDS Processor Board.
58
59config SBC834x
60 bool "Wind River SBC834x"
61 select DEFAULT_UIMAGE
62 help
63 This option enables support for the Wind River SBC834x board.
64
58endchoice 65endchoice
59 66
60config PPC_MPC831x 67config PPC_MPC831x
@@ -73,7 +80,7 @@ config MPC834x
73 bool 80 bool
74 select PPC_UDBG_16550 81 select PPC_UDBG_16550
75 select PPC_INDIRECT_PCI 82 select PPC_INDIRECT_PCI
76 default y if MPC834x_MDS || MPC834x_ITX 83 default y if MPC834x_MDS || MPC834x_ITX || SBC834x
77 84
78config PPC_MPC836x 85config PPC_MPC836x
79 bool 86 bool