summaryrefslogtreecommitdiffstats
path: root/rules/sp-oops-extract.in
blob: e37b511a8aff467c985099675a5349979a726a54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## SECTION=debug_tools

config SP_OOPS_EXTRACT
	tristate
	prompt "sp-oops-extract"
	help
	  Tool to extract oopses generated with mtd-oops.ko driver.

	  To use that mechanism, just select CONFIG_MTD_OOPS in the kernel
	  configuration and add 'mtdoops.mtddev=<devno>' to your boot command
	  line where '<devno>' is the MTD device number you want to use to save
	  kernel oopses. Alternatively, load the 'mtdoops' module with
	  'mtddev=<devno>' as module parameter. To extract that oops, just use
	  'sp-oops-extract /dev/mtd<devno>'.