diff options
Diffstat (limited to 'drivers/mtd/onenand/Kconfig')
-rw-r--r-- | drivers/mtd/onenand/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/mtd/onenand/Kconfig b/drivers/mtd/onenand/Kconfig index 08a32a53a379..666ad3217730 100644 --- a/drivers/mtd/onenand/Kconfig +++ b/drivers/mtd/onenand/Kconfig | |||
@@ -23,6 +23,13 @@ config MTD_ONENAND_VERIFY_WRITE | |||
23 | device thinks the write was successful, a bit could have been | 23 | device thinks the write was successful, a bit could have been |
24 | flipped accidentaly due to device wear or something else. | 24 | flipped accidentaly due to device wear or something else. |
25 | 25 | ||
26 | config MTD_ONENAND_GENERIC | ||
27 | tristate "OneNAND Flash device on generic board" | ||
28 | depends on MTD_ONENAND | ||
29 | help | ||
30 | Support for OneNAND flash on generic board. Using device driver | ||
31 | framework, now all most platfrom are support. | ||
32 | |||
26 | config MTD_ONENAND_OMAP | 33 | config MTD_ONENAND_OMAP |
27 | tristate "OneNAND Flash device on OMAP board" | 34 | tristate "OneNAND Flash device on OMAP board" |
28 | depends on ARCH_OMAP && MTD_ONENAND | 35 | depends on ARCH_OMAP && MTD_ONENAND |