Lines Matching +full:on +full:- +full:flash

5 	  Memory Technology Devices are flash, RAM and similar chips, often
6 used for solid state file systems on embedded devices. This option
9 to enumerate the devices which are present and obtain a handle on
17 depends on m
40 depends on BLOCK
43 Although most flash chips have an erase size too large to be useful
45 on RAM chips in this manner. This block device is a user of MTD
49 It's possible to mount a rootfs using the MTD device on the "root="
53 on flash chips to emulate a smaller block size. Needless to say,
62 depends on MTD_BLOCK!=y && BLOCK
65 This allows you to mount read-only file systems (such as cramfs)
73 depends on MTD_BLOCK || MTD_BLOCK_RO
76 tristate "FTL (Flash Translation Layer) support"
77 depends on BLOCK
80 This provides support for the original Flash Translation Layer which
81 is part of the PCMCIA specification. It uses a kind of pseudo-
82 file system on a flash device to emulate a block device with
83 512-byte sectors, on top of which you put a 'normal' file system.
87 legal - in the USA you are only permitted to use this on PCMCIA
93 tristate "NFTL (NAND Flash Translation Layer) support"
94 depends on BLOCK
97 This provides support for the NAND Flash Translation Layer which is
98 used on M-Systems' DiskOnChip devices. It uses a kind of pseudo-
99 file system on a flash device to emulate a block device with
100 512-byte sectors, on top of which you put a 'normal' file system.
104 legal - in the USA you are only permitted to use this on DiskOnChip
111 depends on NFTL
113 Support for writing to the NAND Flash Translation Layer, as used
114 on the DiskOnChip.
117 tristate "INFTL (Inverse NAND Flash Translation Layer) support"
118 depends on BLOCK
121 This provides support for the Inverse NAND Flash Translation
122 Layer which is used on M-Systems' newer DiskOnChip devices. It
123 uses a kind of pseudo-file system on a flash device to emulate
124 a block device with 512-byte sectors, on top of which you put
129 legal - in the USA you are only permitted to use this on DiskOnChip
135 tristate "Resident Flash Disk (Flash Translation Layer) support"
136 depends on BLOCK
139 This provides support for the flash translation layer known
140 as the Resident Flash Disk (RFD), as used by the Embedded BIOS
147 depends on BLOCK
151 flash. You can mount it with FAT file system.
155 depends on BLOCK
161 FTL (Flash translation layer).
173 buffer in a flash partition where it can be read back at some
177 tristate "Log panic/oops to an MTD buffer based on pstore"
178 depends on PSTORE_BLK
181 buffer in a flash partition where it can be read back as files after
187 tristate "Swap on MTD device support"
188 depends on MTD && SWAP
191 Provides volatile block device driver on top of mtd partition
199 depends on MTD
219 source "drivers/mtd/spi-nor/Kconfig"