mpc85xx: add support for Watchguard Firebox T10
[openwrt/staging/noltari.git] / target / linux / mpc85xx / patches-5.10 / 108-powerpc-85xx-firebox-t10-support.patch.patch
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
7 +config FIREBOX_T10
8 + bool "Watchguard Firebox T10"
9 + select DEFAULT_UIMAGE
10 + select ARCH_REQUIRE_GPIOLIB
11 + select GPIO_MPC8XXX
12 + help
13 + This option enables support for the Watchguard Firebox T10 board.
14 + This board is a VPN Gateway-Router with a
15 + Freescale P1010 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 @@ -28,6 +28,7 @@ obj-$(CONFIG_PANDA) += panda.o
23 obj-$(CONFIG_TWR_P102x) += twr_p102x.o
24 obj-$(CONFIG_WS_AP3710I) += ws-ap3710i.o
25 obj-$(CONFIG_WS_AP3825I) += ws-ap3825i.o
26 +obj-$(CONFIG_FIREBOX_T10) += firebox_t10.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