Skip to content

Commit

Permalink
[POWERPC] 4xx: Add platform support for the AMCC Yosemite board
Browse files Browse the repository at this point in the history
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: Josh Boyer <jwboyer@linux.vnet.ibm.com>
  • Loading branch information
Josh Boyer committed Mar 26, 2008
1 parent fd0ed74 commit ed70854
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions arch/powerpc/platforms/44x/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,15 @@ config CANYONLANDS
help
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
# bool "Luan"
# depends on 44x
Expand Down
1 change: 1 addition & 0 deletions arch/powerpc/platforms/44x/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ obj-$(CONFIG_44x) := misc_44x.o
obj-$(CONFIG_EBONY) += ebony.o
obj-$(CONFIG_TAISHAN) += taishan.o
obj-$(CONFIG_BAMBOO) += bamboo.o
obj-$(CONFIG_YOSEMITE) += bamboo.o
obj-$(CONFIG_SEQUOIA) += sequoia.o
obj-$(CONFIG_KATMAI) += katmai.o
obj-$(CONFIG_RAINIER) += rainier.o
Expand Down

0 comments on commit ed70854

Please sign in to comment.