# SPDX-License-Identifier: GPL-2.0-only config [31mCONFIG_MTD_NAND_JZ4780[0m tristate "JZ4780 NAND controller" depends on [31mCONFIG_JZ4780_NEMC[0m help Enables support for NAND Flash connected to the NEMC on JZ4780 SoC based boards, using the [31mCONFIG_BCH[0m controller for hardware error correction. if [31mCONFIG_MTD_NAND_JZ4780[0m config [31mCONFIG_MTD_NAND_INGENIC_ECC[0m bool config [31mCONFIG_MTD_NAND_JZ4740_ECC[0m tristate "Hardware BCH support for JZ4740 SoC" select [31mCONFIG_MTD_NAND_INGENIC_ECC[0m help Enable this driver to support the Reed-Solomon error-correction hardware present on the JZ4740 SoC from Ingenic. This driver can also be built as a module. If so, the module will be called jz4740-ecc. config [31mCONFIG_MTD_NAND_JZ4725B_BCH[0m tristate "Hardware BCH support for JZ4725B SoC" select [31mCONFIG_MTD_NAND_INGENIC_ECC[0m help Enable this driver to support the [31mCONFIG_BCH[0m error-correction hardware present on the JZ4725B SoC from Ingenic. This driver can also be built as a module. If so, the module will be called jz4725b-bch. config [31mCONFIG_MTD_NAND_JZ4780_BCH[0m tristate "Hardware BCH support for JZ4780 SoC" select [31mCONFIG_MTD_NAND_INGENIC_ECC[0m help Enable this driver to support the [31mCONFIG_BCH[0m error-correction hardware present on the JZ4780 SoC from Ingenic. This driver can also be built as a module. If so, the module will be called jz4780-bch. endif # [31mCONFIG_MTD_NAND_JZ4780[0m |