200-add-meraki-mr24-ikarem-support.patch 785 B

1234567891011121314151617181920212223242526272829303132
  1. --- a/arch/powerpc/platforms/44x/Kconfig
  2. +++ b/arch/powerpc/platforms/44x/Kconfig
  3. @@ -40,6 +40,19 @@ config EBONY
  4. help
  5. This option enables support for the IBM PPC440GP evaluation board.
  6. +config IKAREM
  7. + bool "Ikarem"
  8. + depends on 44x
  9. + default n
  10. + select PPC44x_SIMPLE
  11. + select APM821xx
  12. + select PCI_MSI
  13. + select PPC4xx_MSI
  14. + select PPC4xx_PCI_EXPRESS
  15. + select IBM_EMAC_RGMII
  16. + help
  17. + This option enables support for the Cisco Meraki MR24 (Ikarem) Access Point.
  18. +
  19. config SAM440EP
  20. bool "Sam440ep"
  21. depends on 44x
  22. --- a/arch/powerpc/platforms/44x/ppc44x_simple.c
  23. +++ b/arch/powerpc/platforms/44x/ppc44x_simple.c
  24. @@ -62,6 +62,7 @@ static char *board[] __initdata = {
  25. "amcc,sequoia",
  26. "amcc,taishan",
  27. "amcc,yosemite",
  28. + "meraki,ikarem",
  29. "mosaixtech,icon"
  30. };