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 System(s) to obtain a handle on the MTD device when it's mounted
51 of the mtdblock device).
54 on flash chips to emulate a smaller block size. Needless to say,
62 tristate "Readonly block device access to MTD devices"
63 depends on MTD_BLOCK!=y && BLOCK
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
75 depends on BLOCK
79 is part of the PCMCIA specification. It uses a kind of pseudo-
80 file system on a flash device to emulate a block device with
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
92 depends on BLOCK
96 used on M-Systems' DiskOnChip devices. It uses a kind of pseudo-
97 file system on a flash device to emulate a block device with
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
109 depends on NFTL
112 on the DiskOnChip.
116 depends on BLOCK
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
134 depends on BLOCK
145 depends on BLOCK
153 depends on BLOCK
174 tristate "Log panic/oops to an MTD buffer based on pstore"
175 depends on PSTORE_BLK
184 tristate "Swap on MTD device support"
185 depends on MTD && SWAP
188 Provides volatile block device driver on top of mtd partition
194 bool "Retain master device when partitioned"
196 depends on MTD
202 leaves the master in even if the device is partitioned. It also makes
203 the parent of the partition device be the master device, rather than
216 source "drivers/mtd/spi-nor/Kconfig"