apm821xx: add linux 4.9 apm821xx patches
[openwrt/staging/yousong.git] / target / linux / apm821xx / patches-4.9 / 203-add-meraki-mx60-buckminster-support.patch
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
7 +config BUCKMINSTER
8 + bool "Buckminster"
9 + depends on 44x
10 + default n
11 + select APM821xx
12 + select PCI_MSI
13 + select PPC4xx_MSI
14 + select PPC4xx_PCI_EXPRESS
15 + select IBM_EMAC_RGMII
16 + select 460EX
17 + help
18 + This option enables support for the Cisco Meraki MX60/MX60W (Buckminster) Security Appliance
19 +
20 config EBONY
21 bool "Ebony"
22 depends on 44x
23 --- a/arch/powerpc/platforms/44x/ppc44x_simple.c
24 +++ b/arch/powerpc/platforms/44x/ppc44x_simple.c
25 @@ -63,6 +63,7 @@ static char *board[] __initdata = {
26 "amcc,sequoia",
27 "amcc,taishan",
28 "amcc,yosemite",
29 + "meraki,buckminster",
30 "meraki,ikarem",
31 "mosaixtech,icon"
32 };