From fc161063f55f1852dea4a1c41a0e4af3225b99cb Mon Sep 17 00:00:00 2001 From: David Bauer Date: Sat, 29 Feb 2020 00:11:59 +0100 Subject: mpc85xx: move NAND symbol to target config All mpc85xx subtargets utilize NAND, thus enable NAND support target-wide. Fixes: 1287bb48dc72 ("mpc85xx: fix build with kernel 5.4") Signed-off-by: David Bauer --- target/linux/mpc85xx/config-4.14 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'target/linux/mpc85xx/config-4.14') diff --git a/target/linux/mpc85xx/config-4.14 b/target/linux/mpc85xx/config-4.14 index 479d6ee79f..dd80f2cdd7 100644 --- a/target/linux/mpc85xx/config-4.14 +++ b/target/linux/mpc85xx/config-4.14 @@ -211,6 +211,8 @@ CONFIG_MPIC_TIMER=y CONFIG_MPILIB=y # CONFIG_MTD_CFI is not set CONFIG_MTD_M25P80=y +CONFIG_MTD_NAND=y +CONFIG_MTD_NAND_ECC=y CONFIG_MTD_SPI_NOR=y # CONFIG_MVME2500 is not set # CONFIG_NEED_DMA_MAP_STATE is not set -- cgit v1.2.3