103-powerpc-85xx-red-15w-rev1.patch 1004 B

1234567891011121314151617181920212223242526272829
  1. --- a/arch/powerpc/platforms/85xx/Kconfig
  2. +++ b/arch/powerpc/platforms/85xx/Kconfig
  3. @@ -173,6 +173,16 @@ config XES_MPC85xx
  4. Manufacturer: Extreme Engineering Solutions, Inc.
  5. URL: <https://www.xes-inc.com/>
  6. +config RED_15W_REV1
  7. + bool "Sophos RED 15w Rev.1"
  8. + select DEFAULT_UIMAGE
  9. + select ARCH_REQUIRE_GPIOLIB
  10. + select GPIO_MPC8XXX
  11. + help
  12. + This option enables support for the Sophos RED 15w Rev.1 board.
  13. +
  14. + This board is a wireless VPN router with a Freescale P1010 SoC.
  15. +
  16. config STX_GP3
  17. bool "Silicon Turnkey Express GP3"
  18. help
  19. --- a/arch/powerpc/platforms/85xx/Makefile
  20. +++ b/arch/powerpc/platforms/85xx/Makefile
  21. @@ -27,6 +27,7 @@ obj-$(CONFIG_P1023_RDB) += p1023_rdb.o
  22. obj-$(CONFIG_TWR_P102x) += twr_p102x.o
  23. obj-$(CONFIG_CORENET_GENERIC) += corenet_generic.o
  24. obj-$(CONFIG_FB_FSL_DIU) += t1042rdb_diu.o
  25. +obj-$(CONFIG_RED_15W_REV1) += red15w_rev1.o
  26. obj-$(CONFIG_STX_GP3) += stx_gp3.o
  27. obj-$(CONFIG_TL_WDR4900_V1) += tl_wdr4900_v1.o
  28. obj-$(CONFIG_TQM85xx) += tqm85xx.o