diff options
author | Bryan O'Donoghue <bodonoghue@codehermit.ie> | 2008-05-08 13:47:00 +0100 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-06-02 14:44:25 -0500 |
commit | 59d13f9dba56c444e5356b42d3d57b46e44ef975 (patch) | |
tree | 320b02fb36d0fe68575e740b5053cdca6288b5c4 /arch/powerpc/platforms/83xx/Kconfig | |
parent | 64f9b5ee17ee7974d7cc58d75221432d86960ba3 (diff) | |
download | linux-59d13f9dba56c444e5356b42d3d57b46e44ef975.tar.gz linux-59d13f9dba56c444e5356b42d3d57b46e44ef975.tar.bz2 linux-59d13f9dba56c444e5356b42d3d57b46e44ef975.zip |
[POWERPC] 83xx: Add support for Analogue & Micro ASP837E board
The following adds support for the Analogue & Micro ASP 8347E, running
Redboot.
http://www.analogue-micro.com/ASP8347.html
Signed-off-by: Bryan O'Donoghue <bodonoghue@codehermit.ie>
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, 9 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/83xx/Kconfig b/arch/powerpc/platforms/83xx/Kconfig index 13587e2e8680..583b0c7409c9 100644 --- a/arch/powerpc/platforms/83xx/Kconfig +++ b/arch/powerpc/platforms/83xx/Kconfig @@ -79,6 +79,15 @@ config SBC834x help This option enables support for the Wind River SBC834x board. +config ASP834x + bool "Analogue & Micro ASP 834x" + select PPC_MPC834x + select REDBOOT + help + This enables support for the Analogue & Micro ASP 83xx + board. + + endif # used for usb |