From: Jean Delvare Date: Mon, 25 Jul 2011 19:46:11 +0000 (+0200) Subject: hwmon: (lm78) Make ISA interface depend on CONFIG_ISA X-Git-Tag: v3.1-rc1~244^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90534c5c5e535d7bf78a4efdbd0999e04b57d6e3;p=pandora-kernel.git hwmon: (lm78) Make ISA interface depend on CONFIG_ISA We should only include support for the ISA interface of the LM78/LM79 if CONFIG_ISA is set. Not only this makes the driver somewhat smaller on most architectures, but this also avoids poking at random I/O ports on these architectures. This is very similiar to what was done for the w83781d driver in October 2008. Signed-off-by: Jean Delvare Cc: Dean Nelson --- Reading git-diff-tree failed