Revision b4d32648c190711177a664af7d51149a8950555e authored by Linus Torvalds on 28 September 2010, 19:13:13 UTC, committed by Linus Torvalds on 28 September 2010, 19:13:13 UTC
* 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/staging:
  hwmon (coretemp): Fix build breakage if SMP is undefined
2 parent s 0d70397 + fff2017
Raw File
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