1config BR2_PACKAGE_MCELOG
2	bool "mcelog"
3	depends on BR2_i386 || BR2_x86_64
4	depends on BR2_USE_MMU # fork()
5	help
6	  mcelog processes machine checks (in particular memory and
7	  CPU hardware errors) on modern x86 Linux systems.
8
9	  http://www.mcelog.org/
10