xref: /OK3568_Linux_fs/buildroot/package/mcelog/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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