Commit c9f75093 authored by fkan@amcc.com's avatar fkan@amcc.com Committed by Josh Boyer

powerpc/44x: Add Eiger AMCC (AppliedMicro) PPC460SX evaluation board support.

This patch adds support for the AMCC (AppliedMicro) PPC460SX Eiger evaluation
board.
Signed-off-by: default avatarTai Tri Nguyen <ttnguyen@amcc.com>
Acked-by: default avatarFeng Kan <fkan@amcc.com>
Acked-by: default avatarTirumala Marri <tmarri@amcc.com>
Signed-off-by: default avatarJosh Boyer <jwboyer@linux.vnet.ibm.com>
parent 24174926
This diff is collapsed.
This diff is collapsed.
......@@ -129,6 +129,18 @@ config REDWOOD
help
This option enables support for the AMCC PPC460SX Redwood board.
config EIGER
bool "Eiger"
depends on 44x
default n
select PPC44x_SIMPLE
select 460SX
select PCI
select PPC4xx_PCI_EXPRESS
select IBM_NEW_EMAC_RGMII
help
This option enables support for the AMCC PPC460SX evaluation board.
config YOSEMITE
bool "Yosemite"
depends on 44x
......
......@@ -55,6 +55,7 @@ static char *board[] __initdata = {
"amcc,canyonlands",
"amcc,glacier",
"ibm,ebony",
"amcc,eiger",
"amcc,katmai",
"amcc,rainier",
"amcc,redwood",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment