mirror of https://github.com/OpenIPC/firmware.git
25 lines
716 B
Diff
25 lines
716 B
Diff
diff -drupN a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig
|
|
--- a/drivers/mtd/nand/Kconfig 2018-08-06 17:23:04.000000000 +0300
|
|
+++ b/drivers/mtd/nand/Kconfig 2022-06-12 05:28:14.000000000 +0300
|
|
@@ -1,3 +1,10 @@
|
|
+config MTD_NAND_IDS
|
|
+ tristate "Include chip ids for known NAND devices."
|
|
+ depends on MTD
|
|
+ help
|
|
+ Useful for NAND drivers that do not use the NAND subsystem but
|
|
+ still like to take advantage of the known chip information.
|
|
+
|
|
config MTD_NAND_ECC
|
|
tristate
|
|
|
|
@@ -109,9 +116,6 @@ config MTD_NAND_OMAP_BCH
|
|
config MTD_NAND_OMAP_BCH_BUILD
|
|
def_tristate MTD_NAND_OMAP2 && MTD_NAND_OMAP_BCH
|
|
|
|
-config MTD_NAND_IDS
|
|
- tristate
|
|
-
|
|
config MTD_NAND_RICOH
|
|
tristate "Ricoh xD card reader"
|
|
default n
|