201-add-amcc-apollo3g-support.patch 799 B

123456789101112131415161718192021222324252627282930
  1. --- a/arch/powerpc/platforms/44x/Kconfig
  2. +++ b/arch/powerpc/platforms/44x/Kconfig
  3. @@ -143,6 +143,17 @@ config CANYONLANDS
  4. help
  5. This option enables support for the AMCC PPC460EX evaluation board.
  6. +config APOLLO3G
  7. + bool "Apollo3G"
  8. + depends on 44x
  9. + default n
  10. + select PPC44x_SIMPLE
  11. + select APM821xx
  12. + select IBM_EMAC_RGMII
  13. + select 460EX
  14. + help
  15. + This option enables support for the AMCC Apollo 3G board.
  16. +
  17. config GLACIER
  18. bool "Glacier"
  19. depends on 44x
  20. --- a/arch/powerpc/platforms/44x/ppc44x_simple.c
  21. +++ b/arch/powerpc/platforms/44x/ppc44x_simple.c
  22. @@ -50,6 +50,7 @@ machine_device_initcall(ppc44x_simple, p
  23. * board.c file for it rather than adding it to this list.
  24. */
  25. static char *board[] __initdata = {
  26. + "amcc,apollo3g",
  27. "amcc,arches",
  28. "amcc,bamboo",
  29. "apm,bluestone",