108-powerpc-85xx-firebox-t10-support.patch.patch 1.0 KB

1234567891011121314151617181920212223242526272829
  1. --- a/arch/powerpc/platforms/85xx/Kconfig
  2. +++ b/arch/powerpc/platforms/85xx/Kconfig
  3. @@ -92,6 +92,16 @@ config WS_AP3825I
  4. This board is a Concurrent Dual-Band wireless access point with a
  5. Freescale P1020 SoC.
  6. +config FIREBOX_T10
  7. + bool "Watchguard Firebox T10"
  8. + select DEFAULT_UIMAGE
  9. + select ARCH_REQUIRE_GPIOLIB
  10. + select GPIO_MPC8XXX
  11. + help
  12. + This option enables support for the Watchguard Firebox T10 board.
  13. + This board is a VPN Gateway-Router with a
  14. + Freescale P1010 SoC.
  15. +
  16. config MPC8540_ADS
  17. bool "Freescale MPC8540 ADS"
  18. select DEFAULT_UIMAGE
  19. --- a/arch/powerpc/platforms/85xx/Makefile
  20. +++ b/arch/powerpc/platforms/85xx/Makefile
  21. @@ -28,6 +28,7 @@ obj-$(CONFIG_PANDA) += panda.o
  22. obj-$(CONFIG_TWR_P102x) += twr_p102x.o
  23. obj-$(CONFIG_WS_AP3710I) += ws-ap3710i.o
  24. obj-$(CONFIG_WS_AP3825I) += ws-ap3825i.o
  25. +obj-$(CONFIG_FIREBOX_T10) += firebox_t10.o
  26. obj-$(CONFIG_CORENET_GENERIC) += corenet_generic.o
  27. obj-$(CONFIG_FB_FSL_DIU) += t1042rdb_diu.o
  28. obj-$(CONFIG_RED_15W_REV1) += red15w_rev1.o