106-powerpc-85xx-ws-ap3710i-support.patch 1.0 KB

123456789101112131415161718192021222324252627282930
  1. --- a/arch/powerpc/platforms/85xx/Kconfig
  2. +++ b/arch/powerpc/platforms/85xx/Kconfig
  3. @@ -71,6 +71,17 @@ config PANDA
  4. This board is a Concurrent Dual-Band wireless access point with a
  5. Freescale P1020 SoC.
  6. +config WS_AP3710I
  7. + bool "Enterasys WS-AP3710i"
  8. + select DEFAULT_UIMAGE
  9. + select ARCH_REQUIRE_GPIOLIB
  10. + select GPIO_MPC8XXX
  11. + help
  12. + This option enables support for the Enterasys WS-AP3710i board.
  13. +
  14. + This board is a Concurrent Dual-Band wireless access point with a
  15. + Freescale P1020 SoC.
  16. +
  17. config MPC8540_ADS
  18. bool "Freescale MPC8540 ADS"
  19. select DEFAULT_UIMAGE
  20. --- a/arch/powerpc/platforms/85xx/Makefile
  21. +++ b/arch/powerpc/platforms/85xx/Makefile
  22. @@ -26,6 +26,7 @@ obj-$(CONFIG_P1022_RDK) += p1022_rdk.o
  23. 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_CORENET_GENERIC) += corenet_generic.o
  28. obj-$(CONFIG_FB_FSL_DIU) += t1042rdb_diu.o
  29. obj-$(CONFIG_RED_15W_REV1) += red15w_rev1.o