|
@@ -178,17 +178,16 @@ config MTD_NAND_DISKONCHIP_BBTWRITE
|
|
|
Even if you leave this disabled, you can enable BBT writes at module
|
|
|
load time (assuming you build diskonchip as a module) with the module
|
|
|
parameter "inftl_bbt_write=1".
|
|
|
-
|
|
|
- config MTD_NAND_SHARPSL
|
|
|
- bool "Support for NAND Flash on Sharp SL Series (C7xx + others)"
|
|
|
- depends on MTD_NAND && ARCH_PXA
|
|
|
-
|
|
|
- config MTD_NAND_NANDSIM
|
|
|
- bool "Support for NAND Flash Simulator"
|
|
|
- depends on MTD_NAND && MTD_PARTITIONS
|
|
|
|
|
|
+config MTD_NAND_SHARPSL
|
|
|
+ tristate "Support for NAND Flash on Sharp SL Series (C7xx + others)"
|
|
|
+ depends on MTD_NAND && ARCH_PXA
|
|
|
+
|
|
|
+config MTD_NAND_NANDSIM
|
|
|
+ tristate "Support for NAND Flash Simulator"
|
|
|
+ depends on MTD_NAND && MTD_PARTITIONS
|
|
|
help
|
|
|
The simulator may simulate verious NAND flash chips for the
|
|
|
MTD nand layer.
|
|
|
-
|
|
|
+
|
|
|
endmenu
|