1 --- a/arch/ppc/platforms/4xx/Kconfig
2 +++ b/arch/ppc/platforms/4xx/Kconfig
5 This option enables support for the IBM PPC405GP evaluation board.
9 + select WANT_EARLY_SERIAL
11 + This option enables support for the IBM PPC405EP evaluation board.
15 select XILINX_VIRTEX_II_PRO
20 - depends on ASH || BAMBOO || BUBINGA || CPCI405 || EBONY || EP405 || LUAN || YUCCA || OCOTEA || REDWOOD_5 || REDWOOD_6 || SYCAMORE || TAISHAN || WALNUT
21 + depends on ASH || BAMBOO || BUBINGA || CPCI405 || EBONY || EP405 || LUAN || YUCCA || OCOTEA || REDWOOD_5 || REDWOOD_6 || SYCAMORE || TAISHAN || WALNUT || MAGICBOX
29 - depends on BUBINGA || EP405 || SYCAMORE || WALNUT || CPCI405
30 + depends on BUBINGA || EP405 || SYCAMORE || WALNUT || CPCI405 || MAGICBOX
33 # OAK doesn't exist but wanted to keep this around for any future 403GCX boards
39 + depends on BUBINGA || MAGICBOX
43 --- a/arch/ppc/platforms/4xx/Makefile
44 +++ b/arch/ppc/platforms/4xx/Makefile
46 obj-$(CONFIG_SYCAMORE) += sycamore.o
47 obj-$(CONFIG_TAISHAN) += taishan.o
48 obj-$(CONFIG_WALNUT) += walnut.o
49 +obj-$(CONFIG_MAGICBOX) += magicbox.o
50 obj-$(CONFIG_XILINX_ML300) += xilinx_ml300.o
51 obj-$(CONFIG_XILINX_ML403) += xilinx_ml403.o
53 --- a/include/asm-ppc/ibm4xx.h
54 +++ b/include/asm-ppc/ibm4xx.h
59 +#if defined(CONFIG_MAGICBOX)
60 +#include <platforms/4xx/magicbox.h>
63 #if defined(CONFIG_BUBINGA)
64 #include <platforms/4xx/bubinga.h>