diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2008-01-25 02:41:30 +0300 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-01-28 17:30:54 +0300 |
commit | a43414ccb49c7866febd7f9c70adc124f6bba636 (patch) | |
tree | 54226dabfb8284448bc98b3d6b8aa38737d04744 /arch/powerpc/platforms/83xx/Kconfig | |
parent | e1e90c6f93e6ae6b7abef226e17c7f25ee998e8a (diff) | |
download | linux-a43414ccb49c7866febd7f9c70adc124f6bba636.tar.xz |
[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/Kconfig | 9 |
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 |