1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-09-25 22:01:16 +02:00

ath79: nand: enable software BCH support

This is necessary to support the Meraki MR18 and likely Z1
as well.

Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
This commit is contained in:
Christian Lamparter 2021-07-31 23:16:05 +02:00
parent 4f1b2cee3e
commit 32b6f1a5c8

View File

@ -8,6 +8,7 @@ CONFIG_LZO_DECOMPRESS=y
CONFIG_MTD_NAND=y
CONFIG_MTD_NAND_AR934X=y
CONFIG_MTD_NAND_CORE=y
CONFIG_MTD_NAND_ECC_SW_BCH=y
CONFIG_MTD_RAW_NAND=y
CONFIG_MTD_SPI_NAND=y
CONFIG_MTD_UBI=y