Skip to content

Commit

Permalink
hwmon: (w83781d) Make ISA interface depend on CONFIG_ISA
Browse files Browse the repository at this point in the history
Probing the ISA bus on systems without ISA bus may hang the system.
This patch makes the ISA bus related code depend on the kernel
configuration parameter CONFIG_ISA. It moves ISA bus related code
into one #ifdef CONFIG_ISA ... #endif block and adds some helper
function.

Signed-off-by: Wolfgang Grandegger <[email protected]>
Signed-off-by: Jean Delvare <[email protected]>
  • Loading branch information
grandwolf authored and Jean Delvare committed Oct 17, 2008
1 parent 10c08f9 commit 443850c
Showing 1 changed file with 393 additions and 280 deletions.
Loading

0 comments on commit 443850c

Please sign in to comment.