[POWERPC] 4xx: Add platform support for the AMCC Yosemite board
authorJosh Boyer <jwboyer@linux.vnet.ibm.com>
Fri, 7 Mar 2008 03:15:42 +0000 (21:15 -0600)
committerJosh Boyer <jwboyer@linux.vnet.ibm.com>
Wed, 26 Mar 2008 12:19:17 +0000 (07:19 -0500)
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>
arch/powerpc/platforms/44x/Kconfig
arch/powerpc/platforms/44x/Makefile

index 83155fe..6abe913 100644 (file)
@@ -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
index d70eb03..2320ae5 100644 (file)
@@ -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