]> git.baikalelectronics.ru Git - kernel.git/commit
mtd: mtdoops: kill Kconfig usage instructions
authorBrian Norris <computersforpeace@gmail.com>
Fri, 20 Jan 2012 21:17:00 +0000 (13:17 -0800)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Mon, 26 Mar 2012 23:15:37 +0000 (00:15 +0100)
commit1a87a9e99d2de29faa2743fc8d0e00ddaffc78d6
treedcbd8c09c3fc50429c86baa05d803213d5a88c96
parent37f6b04ca628363db1ed8577fb9fa739ea90d073
mtd: mtdoops: kill Kconfig usage instructions

The mtdoops usage instructions found in Kconfig have been incorrect
since:

    commit f4941db3c91f6f1dafbdb4e5818d26b83ec5d70b
    mtd: mtdoops: refactor as a kmsg_dumper

mtdoops no longer uses a console. Now, if you build it into your kernel,
you add something like the following to your command line to select
partition X as your logging partition:

    mtdoops.mtddev=X

Anyway, it seems better to leave the documentation out of Kconfig.

Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
drivers/mtd/Kconfig