2
0

109-powerpc-85xx-add-ws-ap3715i-support.patch 1.8 KB

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