Lines Matching +full:on +full:- +full:device
2 tristate "Memory Technology Device (MTD) support"
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
23 WARNING: some of the tests will ERASE entire MTD device which they
33 # MTD block device support is select'ed if needed
39 tristate "Caching block device access to MTD devices"
40 depends on BLOCK
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,
61 tristate "Readonly block device access to MTD devices"
62 depends on MTD_BLOCK!=y && BLOCK
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
73 depends on MTD_BLOCK || MTD_BLOCK_RO
77 depends on BLOCK
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
94 depends on BLOCK
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
114 on the DiskOnChip.
118 depends on BLOCK
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
136 depends on BLOCK
147 depends on BLOCK
155 depends on BLOCK
177 tristate "Log panic/oops to an MTD buffer based on pstore"
178 depends on PSTORE_BLK
187 tristate "Swap on MTD device support"
188 depends on MTD && SWAP
191 Provides volatile block device driver on top of mtd partition
197 bool "Retain master device when partitioned"
199 depends on MTD
205 leaves the master in even if the device is partitioned. It also makes
206 the parent of the partition device be the master device, rather than
219 source "drivers/mtd/spi-nor/Kconfig"