summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/devices/Kconfig
diff options
context:
space:
mode:
authorAlexander Shiyan <shc_work@mail.ru>2012-12-08 10:51:19 +0400
committerSascha Hauer <s.hauer@pengutronix.de>2012-12-08 12:22:12 +0100
commit4c20f9af97b243c53596584c2ad6aff9352d5f95 (patch)
tree8d4fbaf3ea1d1e9d0b95f18605c9f741410fddc0 /drivers/mtd/devices/Kconfig
parent1cab895549c9ebb4844b3807f79bd5a11dc65d07 (diff)
downloadbarebox-4c20f9af97b243c53596584c2ad6aff9352d5f95.tar.gz
barebox-4c20f9af97b243c53596584c2ad6aff9352d5f95.tar.xz
Cleanup Kconfig files
This patch provides a global cleanup barebox Kconfig files. This includes replacing spaces to tabs, formatting in accordance format, removing extraneous lines and spaces. No functional changes. Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
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),