Commit ed70854a authored by Josh Boyer's avatar Josh Boyer

[POWERPC] 4xx: Add platform support for the AMCC Yosemite board

The AMCC 440EP Yosemite board is very similar to the original AMCC Bamboo
board.  This adds a YOSEMITE option to Kconfig, and reuses the existing
bamboo board support in the kernel.
Signed-off-by: default avatarJosh Boyer <jwboyer@linux.vnet.ibm.com>
parent fd0ed740
...@@ -77,6 +77,15 @@ config CANYONLANDS ...@@ -77,6 +77,15 @@ config CANYONLANDS
help help
This option enables support for the AMCC PPC460EX evaluation board. This option enables support for the AMCC PPC460EX evaluation board.
config YOSEMITE
bool "Yosemite"
depends on 44x
default n
select 440EP
select PCI
help
This option enables support for the AMCC PPC440EP evaluation board.
#config LUAN #config LUAN
# bool "Luan" # bool "Luan"
# depends on 44x # depends on 44x
......
...@@ -2,6 +2,7 @@ obj-$(CONFIG_44x) := misc_44x.o ...@@ -2,6 +2,7 @@ obj-$(CONFIG_44x) := misc_44x.o
obj-$(CONFIG_EBONY) += ebony.o obj-$(CONFIG_EBONY) += ebony.o
obj-$(CONFIG_TAISHAN) += taishan.o obj-$(CONFIG_TAISHAN) += taishan.o
obj-$(CONFIG_BAMBOO) += bamboo.o obj-$(CONFIG_BAMBOO) += bamboo.o
obj-$(CONFIG_YOSEMITE) += bamboo.o
obj-$(CONFIG_SEQUOIA) += sequoia.o obj-$(CONFIG_SEQUOIA) += sequoia.o
obj-$(CONFIG_KATMAI) += katmai.o obj-$(CONFIG_KATMAI) += katmai.o
obj-$(CONFIG_RAINIER) += rainier.o obj-$(CONFIG_RAINIER) += rainier.o
......
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