Lines Matching full:mtd

1 menuconfig MTD  config
2 tristate "Memory Technology Device (MTD) support"
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"
66 from an MTD device, without the overhead (and danger) of the caching
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