mvebu: remove linux 4.4 support
[openwrt/staging/lynxis/omap.git] / target / linux / apm821xx / patches-4.4 / 200-add-meraki-mr24-ikarem-support.patch
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
7 +config IKAREM
8 + bool "Ikarem"
9 + depends on 44x
10 + default n
11 + select PPC44x_SIMPLE
12 + select APM821xx
13 + select PCI_MSI
14 + select PPC4xx_MSI
15 + select PPC4xx_PCI_EXPRESS
16 + select IBM_EMAC_RGMII
17 + help
18 + This option enables support for the Cisco Meraki MR24 (Ikarem) Access Point.
19 +
20 config SAM440EP
21 bool "Sam440ep"
22 depends on 44x
23 --- a/arch/powerpc/platforms/44x/ppc44x_simple.c
24 +++ b/arch/powerpc/platforms/44x/ppc44x_simple.c
25 @@ -62,6 +62,7 @@ static char *board[] __initdata = {
26 "amcc,sequoia",
27 "amcc,taishan",
28 "amcc,yosemite",
29 + "meraki,ikarem",
30 "mosaixtech,icon"
31 };
32