hwmon: (lm78) Make ISA interface depend on CONFIG_ISA
authorJean Delvare <khali@linux-fr.org>
Mon, 25 Jul 2011 19:46:11 +0000 (21:46 +0200)
committerJean Delvare <khali@endymion.delvare>
Mon, 25 Jul 2011 19:46:11 +0000 (21:46 +0200)
commit90534c5c5e535d7bf78a4efdbd0999e04b57d6e3
tree755a31606e47c783662f9b1c27423caf764695cc
parented4cebdf9cfbf5f97f388ae7f2ac2b24fc362a39
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 <khali@linux-fr.org>
Cc: Dean Nelson <dnelson@redhat.com>
drivers/hwmon/lm78.c