]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - drivers/mtd/Kconfig
s390/dump: introduce boot data 'oldmem_data'
[mirror_ubuntu-jammy-kernel.git] / drivers / mtd / Kconfig
CommitLineData
ec98c681 1menuconfig MTD
1da177e4 2 tristate "Memory Technology Device (MTD) support"
c4dfa25a 3 imply NVMEM
1da177e4
LT
4 help
5 Memory Technology Devices are flash, RAM and similar chips, often
6 used for solid state file systems on embedded devices. This option
7 will provide the generic support for MTD drivers to register
8 themselves with the kernel and for potential users of MTD devices
9 to enumerate the devices which are present and obtain a handle on
97894cda 10 them. It will also allow you to select individual drivers for
1da177e4
LT
11 particular hardware and users of MTD devices. If unsure, say N.
12
ec98c681
JE
13if MTD
14
80f53da0 15config MTD_TESTS
48e546b7 16 tristate "MTD tests support (DANGEROUS)"
80f53da0
MF
17 depends on m
18 help
19 This option includes various MTD tests into compilation. The tests
20 should normally be compiled as kernel modules. The modules perform
21 various checks and verifications when loaded.
22
48e546b7
WS
23 WARNING: some of the tests will ERASE entire MTD device which they
24 test. Do not use these tests unless you really know what you do.
25
99352afe
RM
26menu "Partition parsers"
27source "drivers/mtd/parsers/Kconfig"
28endmenu
29
1da177e4 30comment "User Modules And Translation Layers"
1da177e4 31
7f11b4d4
EG
32#
33# MTD block device support is select'ed if needed
34#
f6a7ecb1 35config MTD_BLKDEVS
7f11b4d4 36 tristate
f6a7ecb1 37
1da177e4
LT
38config MTD_BLOCK
39 tristate "Caching block device access to MTD devices"
ec98c681 40 depends on BLOCK
f6a7ecb1 41 select MTD_BLKDEVS
a8222a84 42 help
1da177e4
LT
43 Although most flash chips have an erase size too large to be useful
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
46 devices performing that function.
47
48 At the moment, it is also required for the Journalling Flash File
49 System(s) to obtain a handle on the MTD device when it's mounted
50 (although JFFS and JFFS2 don't actually use any of the functionality
51 of the mtdblock device).
52
53 Later, it may be extended to perform read/erase/modify/write cycles
54 on flash chips to emulate a smaller block size. Needless to say,
55 this is very unsafe, but could be useful for file systems which are
56 almost never written to.
57
58 You do not need this option for use with the DiskOnChip devices. For
59 those, enable NFTL support (CONFIG_NFTL) instead.
60
61config MTD_BLOCK_RO
62 tristate "Readonly block device access to MTD devices"
ec98c681 63 depends on MTD_BLOCK!=y && BLOCK
f6a7ecb1 64 select MTD_BLKDEVS
1da177e4
LT
65 help
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
68 driver.
69
70 You do not need this option for use with the DiskOnChip devices. For
71 those, enable NFTL support (CONFIG_NFTL) instead.
72
73config FTL
74 tristate "FTL (Flash Translation Layer) support"
ec98c681 75 depends on BLOCK
f6a7ecb1 76 select MTD_BLKDEVS
a8222a84 77 help
1da177e4
LT
78 This provides support for the original Flash Translation Layer which
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.
82
83 You may find that the algorithms used in this code are patented
84 unless you live in the Free World where software patents aren't
85 legal - in the USA you are only permitted to use this on PCMCIA
86 hardware, although under the terms of the GPL you're obviously
87 permitted to copy, modify and distribute the code as you wish. Just
88 not use it.
89
90config NFTL
91 tristate "NFTL (NAND Flash Translation Layer) support"
ec98c681 92 depends on BLOCK
f6a7ecb1 93 select MTD_BLKDEVS
a8222a84 94 help
1da177e4
LT
95 This provides support for the NAND Flash Translation Layer which is
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.
99
100 You may find that the algorithms used in this code are patented
101 unless you live in the Free World where software patents aren't
102 legal - in the USA you are only permitted to use this on DiskOnChip
103 hardware, although under the terms of the GPL you're obviously
104 permitted to copy, modify and distribute the code as you wish. Just
105 not use it.
106
107config NFTL_RW
108 bool "Write support for NFTL"
109 depends on NFTL
110 help
111 Support for writing to the NAND Flash Translation Layer, as used
112 on the DiskOnChip.
113
114config INFTL
115 tristate "INFTL (Inverse NAND Flash Translation Layer) support"
ec98c681 116 depends on BLOCK
f6a7ecb1 117 select MTD_BLKDEVS
a8222a84 118 help
97894cda 119 This provides support for the Inverse NAND Flash Translation
1da177e4
LT
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
123 a 'normal' file system.
124
125 You may find that the algorithms used in this code are patented
126 unless you live in the Free World where software patents aren't
127 legal - in the USA you are only permitted to use this on DiskOnChip
128 hardware, although under the terms of the GPL you're obviously
129 permitted to copy, modify and distribute the code as you wish. Just
130 not use it.
131
e27a9960 132config RFD_FTL
a8222a84 133 tristate "Resident Flash Disk (Flash Translation Layer) support"
ec98c681 134 depends on BLOCK
f6a7ecb1 135 select MTD_BLKDEVS
a8222a84 136 help
97894cda
TG
137 This provides support for the flash translation layer known
138 as the Resident Flash Disk (RFD), as used by the Embedded BIOS
cd5f6346
KP
139 of General Software. There is a blurb at:
140
141 http://www.gensw.com/pages/prod/bios/rfd.htm
e27a9960 142
51197abf 143config SSFDC
892e4fba 144 tristate "NAND SSFDC (SmartMedia) read only translation layer"
ec98c681 145 depends on BLOCK
f6a7ecb1 146 select MTD_BLKDEVS
51197abf
CL
147 help
148 This enables read only access to SmartMedia formatted NAND
149 flash. You can mount it with FAT file system.
150
7d17c02a
ML
151config SM_FTL
152 tristate "SmartMedia/xD new translation layer"
6372680c 153 depends on BLOCK
7d17c02a 154 select MTD_BLKDEVS
e5acf9c8 155 select MTD_NAND_CORE
9bb94643 156 select MTD_NAND_ECC_SW_HAMMING
7d17c02a 157 help
6f92355c 158 This enables EXPERIMENTAL R/W support for SmartMedia/xD
7de6f798 159 FTL (Flash translation layer).
6f92355c
ML
160 Write support is only lightly tested, therefore this driver
161 isn't recommended to use with valuable data (anyway if you have
162 valuable data, do backups regardless of software/hardware you
163 use, because you never know what will eat your data...)
164 If you only need R/O access, you can use older R/O driver
165 (CONFIG_SSFDC)
7d17c02a 166
4b23aff0
RP
167config MTD_OOPS
168 tristate "Log panic/oops to an MTD buffer"
4b23aff0
RP
169 help
170 This enables panic and oops messages to be logged to a circular
171 buffer in a flash partition where it can be read back at some
172 later point.
173
78c08247
WL
174config MTD_PSTORE
175 tristate "Log panic/oops to an MTD buffer based on pstore"
176 depends on PSTORE_BLK
177 help
178 This enables panic and oops messages to be logged to a circular
179 buffer in a flash partition where it can be read back as files after
180 mounting pstore filesystem.
181
182 If unsure, say N.
183
a3215902
JL
184config MTD_SWAP
185 tristate "Swap on MTD device support"
186 depends on MTD && SWAP
187 select MTD_BLKDEVS
188 help
189 Provides volatile block device driver on top of mtd partition
a8222a84 190 suitable for swapping. The mapping of written blocks is not saved.
a3215902
JL
191 The driver provides wear leveling by storing erase counter into the
192 OOB.
193
727dc612
DE
194config MTD_PARTITIONED_MASTER
195 bool "Retain master device when partitioned"
196 default n
197 depends on MTD
198 help
199 For historical reasons, by default, either a master is present or
200 several partitions are present, but not both. The concern was that
201 data listed in multiple partitions was dangerous; however, SCSI does
202 this and it is frequently useful for applications. This config option
203 leaves the master in even if the device is partitioned. It also makes
204 the parent of the partition device be the master device, rather than
205 what lies behind the master.
206
1da177e4
LT
207source "drivers/mtd/chips/Kconfig"
208
209source "drivers/mtd/maps/Kconfig"
210
211source "drivers/mtd/devices/Kconfig"
212
213source "drivers/mtd/nand/Kconfig"
214
60f26520
AK
215source "drivers/mtd/lpddr/Kconfig"
216
b199489d
HS
217source "drivers/mtd/spi-nor/Kconfig"
218
801c135c
AB
219source "drivers/mtd/ubi/Kconfig"
220
dcc7d344
VR
221source "drivers/mtd/hyperbus/Kconfig"
222
ec98c681 223endif # MTD