commit | 90534c5c5e535d7bf78a4efdbd0999e04b57d6e3 | [log] [tgz] |
---|---|---|
author | Jean Delvare <khali@linux-fr.org> | Mon Jul 25 21:46:11 2011 +0200 |
committer | Jean Delvare <khali@endymion.delvare> | Mon Jul 25 21:46:11 2011 +0200 |
tree | 755a31606e47c783662f9b1c27423caf764695cc | |
parent | ed4cebdf9cfbf5f97f388ae7f2ac2b24fc362a39 [diff] |
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>