5844b80f42e4733f4507b5018726eb43e592f0c2
[openwrt/openwrt.git] / target / linux / mpc85xx / patches-4.14 / 106-powerpc-85xx-panda-support.patch
1 Index: linux-4.14.82/arch/powerpc/platforms/85xx/Kconfig
2 ===================================================================
3 --- linux-4.14.82.orig/arch/powerpc/platforms/85xx/Kconfig
4 +++ linux-4.14.82/arch/powerpc/platforms/85xx/Kconfig
5 @@ -60,6 +60,17 @@ config HIVEAP_330
6 This board is a Concurrent Dual-Band wireless access point with a
7 Freescale P1020 SoC.
8
9 +config PANDA
10 + bool "OCEDO PANDA"
11 + select DEFAULT_UIMAGE
12 + select ARCH_REQUIRE_GPIOLIB
13 + select GPIO_MPC8XXX
14 + help
15 + This option enables support for the OCEDO PANDA board.
16 +
17 + This board is a Concurrent Dual-Band wireless access point with a
18 + Freescale P1020 SoC.
19 +
20 config MPC8540_ADS
21 bool "Freescale MPC8540 ADS"
22 select DEFAULT_UIMAGE
23 Index: linux-4.14.82/arch/powerpc/platforms/85xx/Makefile
24 ===================================================================
25 --- linux-4.14.82.orig/arch/powerpc/platforms/85xx/Makefile
26 +++ linux-4.14.82/arch/powerpc/platforms/85xx/Makefile
27 @@ -22,6 +22,7 @@ obj-$(CONFIG_P1010_RDB) += p1010rdb.o
28 obj-$(CONFIG_P1022_DS) += p1022_ds.o
29 obj-$(CONFIG_P1022_RDK) += p1022_rdk.o
30 obj-$(CONFIG_P1023_RDB) += p1023_rdb.o
31 +obj-$(CONFIG_PANDA) += panda.o
32 obj-$(CONFIG_TWR_P102x) += twr_p102x.o
33 obj-$(CONFIG_CORENET_GENERIC) += corenet_generic.o
34 obj-$(CONFIG_FB_FSL_DIU) += t1042rdb_diu.o