Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hwmon: (w83781d) Make ISA interface depend on CONFIG_ISA
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