aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/bcm47xx/config-5.10
diff options
context:
space:
mode:
authorFlorian Fainelli <f.fainelli@gmail.com>2021-12-22 19:25:14 -0800
committerFlorian Fainelli <f.fainelli@gmail.com>2022-06-20 14:29:12 -0700
commitacff8aec0c629859fec4ebac2073c4fe37c8035a (patch)
treec91db3c21d6a9ae4c0c8a8e9c754508b31aca3bf /target/linux/bcm47xx/config-5.10
parentcd3de51bb4a18f922a961fdeb42c1c8f1f80b425 (diff)
downloadupstream-acff8aec0c629859fec4ebac2073c4fe37c8035a.tar.gz
upstream-acff8aec0c629859fec4ebac2073c4fe37c8035a.tar.bz2
upstream-acff8aec0c629859fec4ebac2073c4fe37c8035a.zip
bcm47xx: Add support for brcmnand controller on BCMA bus
Back port the patches being submitted upstream in order to make the NAND controller work on BCM47187/5358. This is a prerequisite for supporting devices like the Netgear WNR3500L V2. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'target/linux/bcm47xx/config-5.10')
-rw-r--r--target/linux/bcm47xx/config-5.105
1 files changed, 4 insertions, 1 deletions
diff --git a/target/linux/bcm47xx/config-5.10 b/target/linux/bcm47xx/config-5.10
index 297d6fce6d..377e77d157 100644
--- a/target/linux/bcm47xx/config-5.10
+++ b/target/linux/bcm47xx/config-5.10
@@ -147,8 +147,11 @@ CONFIG_MIPS_L1_CACHE_SHIFT=5
CONFIG_MODULES_USE_ELF_REL=y
CONFIG_MTD_BCM47XXSFLASH=y
CONFIG_MTD_BCM47XX_PARTS=y
-CONFIG_MTD_NAND=y
+CONFIG_MTD_NAND_CORE=y
+CONFIG_MTD_RAW_NAND=y
CONFIG_MTD_NAND_BCM47XXNFLASH=y
+CONFIG_MTD_NAND_BRCMNAND=y
+CONFIG_MTD_NAND_BRCMNAND_BCMA=y
CONFIG_MTD_NAND_ECC=y
CONFIG_MTD_PARSER_TRX=y
CONFIG_MTD_PHYSMAP=y