config ERRMEM
	bool "Error Memory"
	help
	  Say Y here to get the error memory driver. The error memory
	  collects console messages and messages written to the
	  /dev/errmem. The error memory is persistent through a
	  reboot. After a reboot, previous messages can be read from
	  /dev/errmem.

config ERRMEM_ADDRESS
	hex "Error memory address"
	default 0x00000000
	depends on ERRMEM && !OF
	help
	  Set this value to allocate the error memory at a predefined
	  RAM location.

config ERRMEM_SIZE
	hex "Error memory size"
	default 0x00100000
	depends on ERRMEM && !OF
	help
	  Set this value to allocate the error memory with the given
	  size.
