Lines Matching +full:mtd +full:- +full:ram

1 menuconfig MTD
2 tristate "Memory Technology Device (MTD) support"
5 Memory Technology Devices are flash, RAM and similar chips, often
7 will provide the generic support for MTD drivers to register
8 themselves with the kernel and for potential users of MTD devices
11 particular hardware and users of MTD devices. If unsure, say N.
13 if MTD
16 tristate "MTD tests support (DANGEROUS)"
19 This option includes various MTD tests into compilation. The tests
23 WARNING: some of the tests will ERASE entire MTD device which they
27 source "drivers/mtd/parsers/Kconfig"
33 # MTD block device support is select'ed if needed
39 tristate "Caching block device access to MTD devices"
44 as block devices, it is possible to use MTD devices which are based
45 on RAM chips in this manner. This block device is a user of MTD
49 System(s) to obtain a handle on the MTD device when it's mounted
62 tristate "Readonly block device access to MTD devices"
66 This allows you to mount read-only file systems (such as cramfs)
67 from an MTD device, without the overhead (and danger) of the caching
79 is part of the PCMCIA specification. It uses a kind of pseudo-
81 512-byte sectors, on top of which you put a 'normal' file system.
85 legal - in the USA you are only permitted to use this on PCMCIA
96 used on M-Systems' DiskOnChip devices. It uses a kind of pseudo-
98 512-byte sectors, on top of which you put a 'normal' file system.
102 legal - in the USA you are only permitted to use this on DiskOnChip
120 Layer which is used on M-Systems' newer DiskOnChip devices. It
121 uses a kind of pseudo-file system on a flash device to emulate
122 a block device with 512-byte sectors, on top of which you put
127 legal - in the USA you are only permitted to use this on DiskOnChip
167 tristate "Log panic/oops to an MTD buffer"
174 tristate "Log panic/oops to an MTD buffer based on pstore"
184 tristate "Swap on MTD device support"
185 depends on MTD && SWAP
188 Provides volatile block device driver on top of mtd partition
196 depends on MTD
206 source "drivers/mtd/chips/Kconfig"
208 source "drivers/mtd/maps/Kconfig"
210 source "drivers/mtd/devices/Kconfig"
212 source "drivers/mtd/nand/Kconfig"
214 source "drivers/mtd/lpddr/Kconfig"
216 source "drivers/mtd/spi-nor/Kconfig"
218 source "drivers/mtd/ubi/Kconfig"
220 source "drivers/mtd/hyperbus/Kconfig"
222 endif # MTD