diff options
author | Robert Marko <robimarko@gmail.com> | 2018-12-16 23:10:06 +0100 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2018-12-27 14:26:07 +0100 |
commit | c29c8838a10c78a0fbcc4dbd8edf4893c30e9050 (patch) | |
tree | a1825baf3f6257fc06733f9dcc895e174b829518 /target/linux/ipq40xx/config-4.19 | |
parent | 13321fa1429cd87f8aa191460e0534088c894e27 (diff) | |
download | upstream-c29c8838a10c78a0fbcc4dbd8edf4893c30e9050.tar.gz upstream-c29c8838a10c78a0fbcc4dbd8edf4893c30e9050.tar.bz2 upstream-c29c8838a10c78a0fbcc4dbd8edf4893c30e9050.zip |
ipq40xx: Use upstream SPI-NAND driver instead of MT29F
Since 4.19 upstream kernel provides generic SPI-NAND
framework and vendor specific drivers.
Since only users of MT29F are 2 boards with Winbond
W25N01GV SPI-NAND for which support has been backported
from 4.20 we can drop the ever stuck in staging MT29F
driver and instead use the upstream driver.
Signed-off-by: Robert Marko <robimarko@gmail.com>
Signed-off-by: Christian Lamparter <chunkeey@gmail.com> [squashed]
Diffstat (limited to 'target/linux/ipq40xx/config-4.19')
-rw-r--r-- | target/linux/ipq40xx/config-4.19 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ipq40xx/config-4.19 b/target/linux/ipq40xx/config-4.19 index 28aa9ee7d3..fcbbabf43a 100644 --- a/target/linux/ipq40xx/config-4.19 +++ b/target/linux/ipq40xx/config-4.19 @@ -305,10 +305,10 @@ CONFIG_MODULES_USE_ELF_REL=y CONFIG_MTD_CMDLINE_PARTS=y CONFIG_MTD_M25P80=y CONFIG_MTD_NAND=y +CONFIG_MTD_NAND_CORE=y CONFIG_MTD_NAND_ECC=y CONFIG_MTD_NAND_QCOM=y -CONFIG_MTD_SPINAND_MT29F=y -CONFIG_MTD_SPINAND_ONDIEECC=y +CONFIG_MTD_SPI_NAND=y CONFIG_MTD_SPI_NOR=y CONFIG_MTD_SPLIT_FIRMWARE=y CONFIG_MTD_SPLIT_FIT_FW=y |