summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/devices/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2012-12-08 12:22:21 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2012-12-08 12:22:21 +0100
commit8030ab24fa042a356b958dd1ccf0338b0d2c8418 (patch)
treea6882bc2b56ca6120ed450aa2d860361a88b8025 /drivers/mtd/devices/Kconfig
parent6d7dcfbccfa2a42b16eb7529a3785fdac25c8705 (diff)
parentc209c186e0e4f3bb5731ae4593350e0bc8554bcd (diff)
downloadbarebox-8030ab24fa042a356b958dd1ccf0338b0d2c8418.tar.gz
barebox-8030ab24fa042a356b958dd1ccf0338b0d2c8418.tar.xz
Merge branch 'kconfig'
Diffstat (limited to 'drivers/mtd/devices/Kconfig')
-rw-r--r--drivers/mtd/devices/Kconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/mtd/devices/Kconfig b/drivers/mtd/devices/Kconfig
index 679ea80b73..61278a235d 100644
--- a/drivers/mtd/devices/Kconfig
+++ b/drivers/mtd/devices/Kconfig
@@ -15,7 +15,7 @@ config MTD_DATAFLASH_WRITE_VERIFY
help
This adds an extra check when data is written to the flash.
It may help if you are verifying chip setup (timings etc) on
- your board. There is a rare possibility that even though the
+ your board. There is a rare possibility that even though the
device thinks the write was successful, a bit could have been
flipped accidentally due to device wear or something else.
@@ -24,9 +24,9 @@ config MTD_M25P80
depends on SPI
help
This enables access to most modern SPI flash chips, used for
- program and data storage. Series supported include Atmel AT26DF,
- Spansion S25SL, SST 25VF, ST M25P, and Winbond W25X. Other chips
- are supported as well. See the driver source for the current list,
+ program and data storage. Series supported include Atmel AT26DF,
+ Spansion S25SL, SST 25VF, ST M25P, and Winbond W25X. Other chips
+ are supported as well. See the driver source for the current list,
or to add other chips.
Note that the original DataFlash chips (AT45 series, not AT26DF),