Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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: Josh Boyer <jwboyer@linux.vnet.ibm.com>

+10
+9
arch/powerpc/platforms/44x/Kconfig
··· 77 77 help 78 78 This option enables support for the AMCC PPC460EX evaluation board. 79 79 80 + config YOSEMITE 81 + bool "Yosemite" 82 + depends on 44x 83 + default n 84 + select 440EP 85 + select PCI 86 + help 87 + This option enables support for the AMCC PPC440EP evaluation board. 88 + 80 89 #config LUAN 81 90 # bool "Luan" 82 91 # depends on 44x
+1
arch/powerpc/platforms/44x/Makefile
··· 2 2 obj-$(CONFIG_EBONY) += ebony.o 3 3 obj-$(CONFIG_TAISHAN) += taishan.o 4 4 obj-$(CONFIG_BAMBOO) += bamboo.o 5 + obj-$(CONFIG_YOSEMITE) += bamboo.o 5 6 obj-$(CONFIG_SEQUOIA) += sequoia.o 6 7 obj-$(CONFIG_KATMAI) += katmai.o 7 8 obj-$(CONFIG_RAINIER) += rainier.o