summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/Kconfig
diff options
context:
space:
mode:
authorWolfram Sang2011-10-30 17:28:49 +0100
committerArtem Bityutskiy2011-10-30 21:33:30 +0100
commit48e546b7f281f251893baa40769581fd15f085fb (patch)
tree15f8a38cf92d56a43f13064966d2b3b76ea78d42 /drivers/mtd/Kconfig
parentmtd: tests: don't use mtd0 as a default (diff)
downloadkernel-qcow2-linux-48e546b7f281f251893baa40769581fd15f085fb.tar.gz
kernel-qcow2-linux-48e546b7f281f251893baa40769581fd15f085fb.tar.xz
kernel-qcow2-linux-48e546b7f281f251893baa40769581fd15f085fb.zip
mtd: tests: annotate as DANGEROUS in Kconfig
The tests may erase mtd devices, so annotate them as suggested per coding style and add a paragraph to the help text as well. Artem: amended the help test a bit. Signed-off-by: Wolfram Sang <w.sang@pengutronix.de> Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@intel.com>
Diffstat (limited to 'drivers/mtd/Kconfig')
-rw-r--r--drivers/mtd/Kconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/mtd/Kconfig b/drivers/mtd/Kconfig
index 4925aa962af3..82c202b874ff 100644
--- a/drivers/mtd/Kconfig
+++ b/drivers/mtd/Kconfig
@@ -13,13 +13,16 @@ menuconfig MTD
if MTD
config MTD_TESTS
- tristate "MTD tests support"
+ tristate "MTD tests support (DANGEROUS)"
depends on m
help
This option includes various MTD tests into compilation. The tests
should normally be compiled as kernel modules. The modules perform
various checks and verifications when loaded.
+ WARNING: some of the tests will ERASE entire MTD device which they
+ test. Do not use these tests unless you really know what you do.
+
config MTD_REDBOOT_PARTS
tristate "RedBoot partition table parsing"
---help---