package/lm-sensors: make ISA tools depend on x86
authorBaruch Siach <baruch@tkos.co.il>
Thu, 27 Dec 2018 10:13:47 +0000 (12:13 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Fri, 28 Dec 2018 10:59:30 +0000 (11:59 +0100)
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>
package/lm-sensors/Config.in

index 60571b784f2a779687e846714e24145982715e9b..a2e02759990841f186002e936d2c1e39ee11b4b4 100644 (file)
@@ -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.