Explorar o código

package/lm-sensors: make ISA tools depend on x86

The isadump and isaset tools are built for x86 targets only.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 31379277f739b00a4d2da631e16a2ebbb478ea89)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Baruch Siach %!s(int64=5) %!d(string=hai) anos
pai
achega
ec23e6dbb6
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      package/lm-sensors/Config.in

+ 2 - 0
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.