203-add-meraki-mx60-buckminster-support.patch 816 B

1234567891011121314151617181920212223242526272829303132
  1. --- a/arch/powerpc/platforms/44x/Kconfig
  2. +++ b/arch/powerpc/platforms/44x/Kconfig
  3. @@ -30,6 +30,19 @@ config BLUESTONE
  4. help
  5. This option enables support for the APM APM821xx Evaluation board.
  6. +config BUCKMINSTER
  7. + bool "Buckminster"
  8. + depends on 44x
  9. + default n
  10. + select APM821xx
  11. + select PCI_MSI
  12. + select PPC4xx_MSI
  13. + select PPC4xx_PCI_EXPRESS
  14. + select IBM_EMAC_RGMII
  15. + select 460EX
  16. + help
  17. + This option enables support for the Cisco Meraki MX60/MX60W (Buckminster) Security Appliance
  18. +
  19. config EBONY
  20. bool "Ebony"
  21. depends on 44x
  22. --- a/arch/powerpc/platforms/44x/ppc44x_simple.c
  23. +++ b/arch/powerpc/platforms/44x/ppc44x_simple.c
  24. @@ -63,6 +63,7 @@ static char *board[] __initdata = {
  25. "amcc,sequoia",
  26. "amcc,taishan",
  27. "amcc,yosemite",
  28. + "meraki,buckminster",
  29. "meraki,ikarem",
  30. "mosaixtech,icon"
  31. };