aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mtd/nand/Kconfig')
-rw-r--r--drivers/mtd/nand/Kconfig54
1 files changed, 51 insertions, 3 deletions
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig
index 2fda0b61524..d3630339d47 100644
--- a/drivers/mtd/nand/Kconfig
+++ b/drivers/mtd/nand/Kconfig
@@ -1,5 +1,12 @@
# drivers/mtd/nand/Kconfig
+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.
+
menuconfig MTD_NAND
tristate "NAND Device Support"
depends on MTD
@@ -103,9 +110,6 @@ config MTD_NAND_TS7250
help
Support for NAND flash on Technologic Systems TS-7250 platform.
-config MTD_NAND_IDS
- tristate
-
config MTD_NAND_AU1550
tristate "Au1550/1200 NAND support"
depends on SOC_AU1200 || SOC_AU1550
@@ -482,4 +486,48 @@ config MTD_NAND_W90P910
This enables the driver for the NAND Flash on evaluation board based
on w90p910.
+config MTD_NAND_AK88
+ tristate "NAND Flash support for AK88 SoC"
+ depends on ARCH_AK88 && MTD_NAND
+ help
+ This enables the NAND flash controller on the AK88 SoCs.
+
+ No board specific support is done by this driver, each board
+ must advertise a platform_device for the driver to attach.
+
+config MTD_NAND_AK98
+ tristate "NAND Flash support for AK98 SoC"
+ depends on ARCH_AK98 && MTD_NAND
+ help
+ This enables the NAND flash controller on the AK98 SoCs.
+
+ No board specific support is done by this driver, each board
+ must advertise a platform_device for the driver to attach.
+
+config MTD_NAND_DMA_MODE
+ tristate "ANYKA Nand Flash DMA mode"
+ depends on MTD_NAND_AK88 || MTD_NAND_AK98
+ default y
+ help
+ This enable dma mode for AK880x nandflash driver.
+
+
+config MTD_DOWNLOAD_MODE
+ tristate "ANYKA Nand MTD Download Mode"
+ depends on MTD_NAND_AK88 || MTD_NAND_AK98
+ help
+ This enables download mode, don't mount mtd partitions.
+
+config MTD_NAND_AK88_DEBUG
+ tristate "AK880x debug support"
+ depends on MTD_NAND_AK88
+ help
+ This enables debug support for AK880x nandflash driver.
+
+config MTD_NAND_TEST
+ tristate "NAND Test support"
+ depends on MTD_NAND_AK98
+ default n
+ help
+ This enables support for nand erase test and lost power test.
endif # MTD_NAND