8f34f14d5400e28f87f8efbab1b3da57ed6f0aa7
[openwrt/openwrt.git] / target / linux / mpc85xx / patches-6.1 / 109-powerpc-85xx-add-ws-ap3715i-support.patch
1 --- a/arch/powerpc/platforms/85xx/Kconfig
2 +++ b/arch/powerpc/platforms/85xx/Kconfig
3 @@ -73,6 +73,17 @@ config WS_AP3710I
4 This board is a Concurrent Dual-Band wireless access point with a
5 Freescale P1020 SoC.
6
7 +config WS_AP3715I
8 + bool "Enterasys WS-AP3715i"
9 + select DEFAULT_UIMAGE
10 + select ARCH_REQUIRE_GPIOLIB
11 + select GPIO_MPC8XXX
12 + help
13 + This option enables support for the Enterasys WS-AP3715i board.
14 +
15 + This board is a Concurrent Dual-Band wireless access point with a
16 + Freescale P1010 SoC.
17 +
18 config WS_AP3825I
19 bool "Extreme Networks WS-AP3825i"
20 select DEFAULT_UIMAGE
21 --- a/arch/powerpc/platforms/85xx/Makefile
22 +++ b/arch/powerpc/platforms/85xx/Makefile
23 @@ -27,6 +27,7 @@ obj-$(CONFIG_P1023_RDB) += p1023_rdb.o
24 obj-$(CONFIG_PANDA) += panda.o
25 obj-$(CONFIG_TWR_P102x) += twr_p102x.o
26 obj-$(CONFIG_WS_AP3710I) += ws-ap3710i.o
27 +obj-$(CONFIG_WS_AP3715I) += ws-ap3715i.o
28 obj-$(CONFIG_WS_AP3825I) += ws-ap3825i.o
29 obj-$(CONFIG_FIREBOX_T10) += firebox_t10.o
30 obj-$(CONFIG_CORENET_GENERIC) += corenet_generic.o
31 --- a/arch/powerpc/boot/Makefile
32 +++ b/arch/powerpc/boot/Makefile
33 @@ -362,6 +362,7 @@ image-$(CONFIG_TQM8555) += cuImage.tqm
34 image-$(CONFIG_TQM8560) += cuImage.tqm8560
35 image-$(CONFIG_KSI8560) += cuImage.ksi8560
36 image-$(CONFIG_TL_WDR4900_V1) += simpleImage.tl-wdr4900-v1
37 +image-$(CONFIG_WS_AP3715I) += simpleImage.ws-ap3715i
38 image-$(CONFIG_WS_AP3825I) += simpleImage.ws-ap3825i
39 # Board ports in arch/powerpc/platform/86xx/Kconfig
40 image-$(CONFIG_MVME7100) += dtbImage.mvme7100
41 --- a/arch/powerpc/boot/wrapper
42 +++ b/arch/powerpc/boot/wrapper
43 @@ -341,6 +341,7 @@ adder875-redboot)
44 platformo="$object/fixed-head.o $object/redboot-8xx.o"
45 binary=y
46 ;;
47 +simpleboot-ws-ap3715i|\
48 simpleboot-ws-ap3825i|\
49 simpleboot-tl-wdr4900-v1)
50 platformo="$object/fixed-head.o $object/simpleboot.o"