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