diff options
author | DENG Qingfang <dengqf6@mail2.sysu.edu.cn> | 2020-04-15 12:49:54 +0800 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2020-04-26 21:45:41 +0200 |
commit | ad697aabc30875bd078275f59e69667279aa075d (patch) | |
tree | 97ec04704a688f422a0f9d56a05c2e4cb808630f | |
parent | 050c24f05c85268431515fb118a0710941473f2c (diff) | |
download | upstream-ad697aabc30875bd078275f59e69667279aa075d.tar.gz upstream-ad697aabc30875bd078275f59e69667279aa075d.tar.bz2 upstream-ad697aabc30875bd078275f59e69667279aa075d.zip |
bcm53xx: 5.4: enable NAND
NAND driver was dropped in the 5.4 bump, so enable it back
Fixes: 50c6938b95a0 ("bcm53xx: add v5.4 support")
Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
-rw-r--r-- | target/linux/bcm53xx/config-5.4 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/target/linux/bcm53xx/config-5.4 b/target/linux/bcm53xx/config-5.4 index 676015f200..ae9c727818 100644 --- a/target/linux/bcm53xx/config-5.4 +++ b/target/linux/bcm53xx/config-5.4 @@ -307,8 +307,11 @@ CONFIG_MODULES_USE_ELF_REL=y CONFIG_MTD_BCM47XXSFLASH=y CONFIG_MTD_BCM47XX_PARTS=y # CONFIG_MTD_HYPERBUS is not set +CONFIG_MTD_NAND_BRCMNAND=y +CONFIG_MTD_NAND_CORE=y +CONFIG_MTD_NAND_ECC_SW_HAMMING=y CONFIG_MTD_PARSER_TRX=y -# CONFIG_MTD_RAW_NAND is not set +CONFIG_MTD_RAW_NAND=y CONFIG_MTD_SPI_NOR=y CONFIG_MTD_SPLIT_SEAMA_FW=y CONFIG_MTD_UBI=y |