swh:1:snp:c3bf2749e3476071fa748f67b0ffa2fdc5fe49d9
Raw File
Tip revision: 02f8c6aee8df3cdc935e9bdd4f2d020306035dbe authored by Linus Torvalds on 22 July 2011, 02:17:23 UTC
Linux 3.0
Tip revision: 02f8c6a
Kconfig
config MCA_LEGACY
	bool "Legacy MCA API Support"
	depends on MCA
	help
	  This compiles in support for the old slot based MCA API.  If you
	  have an unconverted MCA driver, you will need to say Y here.  It
	  is safe to say Y anyway.

config MCA_PROC_FS
	bool "Support for the mca entry in /proc"
	depends on MCA_LEGACY && PROC_FS
	help
	  If you want the old style /proc/mca directory in addition to the
	  new style sysfs say Y here.
back to top