aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/83xx/Kconfig
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2008-01-24 18:41:30 -0500
committerKumar Gala <galak@kernel.crashing.org>2008-01-28 08:30:54 -0600
commita43414ccb49c7866febd7f9c70adc124f6bba636 (patch)
tree54226dabfb8284448bc98b3d6b8aa38737d04744 /arch/powerpc/platforms/83xx/Kconfig
parent[POWERPC] 85xx: Add default .config file for Wind River SBC8548 (diff)
downloadlinux-dev-a43414ccb49c7866febd7f9c70adc124f6bba636.tar.xz
linux-dev-a43414ccb49c7866febd7f9c70adc124f6bba636.zip
[POWERPC] 83xx: Add support for Wind River SBC834x boards
This adds the basic support for the Wind River SBC834x boards. The SBC8349 is more common, although it should work on the SBC8347 board as well. Support is heavily based on the existing MPC834x_MDS code. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
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
select DEFAULT_UIMAGE
help
This option enables support for the MPC837x MDS Processor Board.
+
+config SBC834x
+ bool "Wind River SBC834x"
+ select DEFAULT_UIMAGE
+ help
+ This option enables support for the Wind River SBC834x board.
+
endchoice
config PPC_MPC831x
@@ -73,7 +80,7 @@ config MPC834x
bool
select PPC_UDBG_16550
select PPC_INDIRECT_PCI
- default y if MPC834x_MDS || MPC834x_ITX
+ default y if MPC834x_MDS || MPC834x_ITX || SBC834x
config PPC_MPC836x
bool