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 It's possible to mount a rootfs using the MTD device on the "root="
50 bootargs as "root=mtd2" or "root=mtd:name_of_device".
61 tristate "Readonly block device access to MTD devices"
65 This allows you to mount read-only file systems (such as cramfs)
66 from an MTD device, without the overhead (and danger) of the caching
81 is part of the PCMCIA specification. It uses a kind of pseudo-
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
98 used on M-Systems' DiskOnChip devices. It uses a kind of pseudo-
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
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
170 tristate "Log panic/oops to an MTD buffer"
177 tristate "Log panic/oops to an MTD buffer based on pstore"
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
209 source "drivers/mtd/chips/Kconfig"
211 source "drivers/mtd/maps/Kconfig"
213 source "drivers/mtd/devices/Kconfig"
215 source "drivers/mtd/nand/Kconfig"
217 source "drivers/mtd/lpddr/Kconfig"
219 source "drivers/mtd/spi-nor/Kconfig"
221 source "drivers/mtd/ubi/Kconfig"
223 source "drivers/mtd/hyperbus/Kconfig"
225 endif # MTD