mpc85xx: add kernel 4.14 support
[openwrt/openwrt.git] / target / linux / mpc85xx / patches-4.14 / 101-powerpc-85xx-hiveap-330-support.patch
1 --- a/arch/powerpc/platforms/85xx/Kconfig
2 +++ b/arch/powerpc/platforms/85xx/Kconfig
3 @@ -49,6 +49,17 @@ config BSC9132_QDS
4 and dual StarCore SC3850 DSP cores.
5 Manufacturer : Freescale Semiconductor, Inc
6
7 +config HIVEAP_330
8 + bool "Aerohive HiveAP-330"
9 + select DEFAULT_UIMAGE
10 + select ARCH_REQUIRE_GPIOLIB
11 + select GPIO_MPC8XXX
12 + help
13 + This option enables support for the Aerohive HiveAP-330 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 @@ -10,6 +10,7 @@ obj-y += common.o
24 obj-$(CONFIG_BSC9131_RDB) += bsc913x_rdb.o
25 obj-$(CONFIG_BSC9132_QDS) += bsc913x_qds.o
26 obj-$(CONFIG_C293_PCIE) += c293pcie.o
27 +obj-$(CONFIG_HIVEAP_330) += hiveap-330.o
28 obj-$(CONFIG_MPC8540_ADS) += mpc85xx_ads.o
29 obj-$(CONFIG_MPC8560_ADS) += mpc85xx_ads.o
30 obj-$(CONFIG_MPC85xx_CDS) += mpc85xx_cds.o