mpc85xx: add testing kernel for p1020

CONFIG_REGULATOR is required for the p1020 subtarget, as the AT803X
driver depends on it.

Signed-off-by: David Bauer <mail@david-bauer.net>
Signed-off-by: maurerr <mariusd84@gmail.com>
This commit is contained in:
David Bauer 2021-02-20 01:36:06 +01:00 committed by maurerr
parent ee0e7c952c
commit 7a38f33906
2 changed files with 4 additions and 0 deletions

View File

@ -31,8 +31,10 @@ CONFIG_MUTEX_SPIN_ON_OWNER=y
CONFIG_NET_FLOW_LIMIT=y CONFIG_NET_FLOW_LIMIT=y
CONFIG_NR_CPUS=2 CONFIG_NR_CPUS=2
CONFIG_PADATA=y CONFIG_PADATA=y
# CONFIG_PPC_QUEUED_SPINLOCKS is not set
CONFIG_RCU_STALL_COMMON=y CONFIG_RCU_STALL_COMMON=y
CONFIG_REGMAP_IRQ=y CONFIG_REGMAP_IRQ=y
CONFIG_REGULATOR=y
CONFIG_RFS_ACCEL=y CONFIG_RFS_ACCEL=y
CONFIG_RPS=y CONFIG_RPS=y
# CONFIG_RTC_DRV_MAX77686 is not set # CONFIG_RTC_DRV_MAX77686 is not set

View File

@ -1,6 +1,8 @@
BOARDNAME:=P1020 BOARDNAME:=P1020
FEATURES+=nand FEATURES+=nand
KERNEL_TESTING_PATCHVER:=5.10
define Target/Description define Target/Description
Build firmware images for Freescale P1020 based boards. Build firmware images for Freescale P1020 based boards.
endef endef