diff --git a/package/lm-sensors/Config.in b/package/lm-sensors/Config.in index 60571b784f..a2e0275999 100644 --- a/package/lm-sensors/Config.in +++ b/package/lm-sensors/Config.in @@ -25,12 +25,14 @@ config BR2_PACKAGE_LM_SENSORS_FANCONTROL config BR2_PACKAGE_LM_SENSORS_ISADUMP bool "isadump" + depends on BR2_i386 || BR2_x86_64 help Isadump is a small helper program to examine registers visible through the ISA bus. config BR2_PACKAGE_LM_SENSORS_ISASET bool "isaset" + depends on BR2_i386 || BR2_x86_64 help Isaset is a small helper program to set register visible through the ISA bus.