diff options
-rw-r--r-- | drivers/mtd/chips/Kconfig | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/drivers/mtd/chips/Kconfig b/drivers/mtd/chips/Kconfig index e4696b37f3de..9f02c28c0204 100644 --- a/drivers/mtd/chips/Kconfig +++ b/drivers/mtd/chips/Kconfig | |||
@@ -169,33 +169,33 @@ config MTD_OTP | |||
169 | in the programming of OTP bits will waste them. | 169 | in the programming of OTP bits will waste them. |
170 | 170 | ||
171 | config MTD_CFI_INTELEXT | 171 | config MTD_CFI_INTELEXT |
172 | tristate "Support for Intel/Sharp flash chips" | 172 | tristate "Support for CFI command set 0001 (Intel/Sharp chips)" |
173 | depends on MTD_GEN_PROBE | 173 | depends on MTD_GEN_PROBE |
174 | select MTD_CFI_UTIL | 174 | select MTD_CFI_UTIL |
175 | help | 175 | help |
176 | The Common Flash Interface defines a number of different command | 176 | The Common Flash Interface defines a number of different command |
177 | sets which a CFI-compliant chip may claim to implement. This code | 177 | sets which a CFI-compliant chip may claim to implement. This code |
178 | provides support for one of those command sets, used on Intel | 178 | provides support for command set 0001, used on Intel StrataFlash |
179 | StrataFlash and other parts. | 179 | and other parts. |
180 | 180 | ||
181 | config MTD_CFI_AMDSTD | 181 | config MTD_CFI_AMDSTD |
182 | tristate "Support for AMD/Fujitsu/Spansion flash chips" | 182 | tristate "Support for CFI command set 0002 (AMD/Fujitsu/Spansion chips)" |
183 | depends on MTD_GEN_PROBE | 183 | depends on MTD_GEN_PROBE |
184 | select MTD_CFI_UTIL | 184 | select MTD_CFI_UTIL |
185 | help | 185 | help |
186 | The Common Flash Interface defines a number of different command | 186 | The Common Flash Interface defines a number of different command |
187 | sets which a CFI-compliant chip may claim to implement. This code | 187 | sets which a CFI-compliant chip may claim to implement. This code |
188 | provides support for one of those command sets, used on chips | 188 | provides support for command set 0002, used on chips including |
189 | including the AMD Am29LV320. | 189 | the AMD Am29LV320. |
190 | 190 | ||
191 | config MTD_CFI_STAA | 191 | config MTD_CFI_STAA |
192 | tristate "Support for ST (Advanced Architecture) flash chips" | 192 | tristate "Support for CFI command set 0020 (ST (Advanced Architecture) chips)" |
193 | depends on MTD_GEN_PROBE | 193 | depends on MTD_GEN_PROBE |
194 | select MTD_CFI_UTIL | 194 | select MTD_CFI_UTIL |
195 | help | 195 | help |
196 | The Common Flash Interface defines a number of different command | 196 | The Common Flash Interface defines a number of different command |
197 | sets which a CFI-compliant chip may claim to implement. This code | 197 | sets which a CFI-compliant chip may claim to implement. This code |
198 | provides support for one of those command sets. | 198 | provides support for command set 0020. |
199 | 199 | ||
200 | config MTD_CFI_UTIL | 200 | config MTD_CFI_UTIL |
201 | tristate | 201 | tristate |