brintos

brintos / linux-shallow public Read only

0
0
Text · 1.3 KiB · 96c5ae8 Raw
46 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config MTD_NAND_JZ47803	tristate "JZ4780 NAND controller"4	depends on MIPS || COMPILE_TEST5	depends on JZ4780_NEMC6	help7	  Enables support for NAND Flash connected to the NEMC on JZ4780 SoC8	  based boards, using the BCH controller for hardware error correction.9 10if MTD_NAND_JZ478011 12config MTD_NAND_INGENIC_ECC13	bool14 15config MTD_NAND_JZ4740_ECC16	tristate "Hardware BCH support for JZ4740 SoC"17	select MTD_NAND_INGENIC_ECC18	help19	  Enable this driver to support the Reed-Solomon error-correction20	  hardware present on the JZ4740 SoC from Ingenic.21 22	  This driver can also be built as a module. If so, the module23	  will be called jz4740-ecc.24 25config MTD_NAND_JZ4725B_BCH26	tristate "Hardware BCH support for JZ4725B SoC"27	select MTD_NAND_INGENIC_ECC28	help29	  Enable this driver to support the BCH error-correction hardware30	  present on the JZ4725B SoC from Ingenic.31 32	  This driver can also be built as a module. If so, the module33	  will be called jz4725b-bch.34 35config MTD_NAND_JZ4780_BCH36	tristate "Hardware BCH support for JZ4780 SoC"37	select MTD_NAND_INGENIC_ECC38	help39	  Enable this driver to support the BCH error-correction hardware40	  present on the JZ4780 SoC from Ingenic.41 42	  This driver can also be built as a module. If so, the module43	  will be called jz4780-bch.44 45endif # MTD_NAND_JZ478046