lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20250924-hwmon2-v1-1-fc529865a325@uniontech.com>
Date: Wed, 24 Sep 2025 15:48:38 +0800
From: Cryolitia PukNgae via B4 Relay <devnull+cryolitia.uniontech.com@...nel.org>
To: Guenter Roeck <linux@...ck-us.net>
Cc: linux-hwmon@...r.kernel.org, linux-kernel@...r.kernel.org, 
 zhanjun@...ontech.com, niecheng1@...ontech.com, 
 kernel test robot <lkp@...el.com>, 
 Cryolitia PukNgae <cryolitia@...ontech.com>
Subject: [PATCH] hwmon: (gpd-fan) complete Kconfig dependencies

From: Cryolitia PukNgae <cryolitia@...ontech.com>

DMI and HAS_IOPORT is also needed

Reported-by: kernel test robot <lkp@...el.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202509200214.i2QX7iwD-lkp@intel.com/
Signed-off-by: Cryolitia PukNgae <cryolitia@...ontech.com>
---
 drivers/hwmon/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
index d6769288a76e81f79d2fdf4e6a9943db1466fa54..d61014d7968a4ab77c055a744837b106ae112aa3 100644
--- a/drivers/hwmon/Kconfig
+++ b/drivers/hwmon/Kconfig
@@ -771,7 +771,7 @@ config SENSORS_GL520SM
 
 config SENSORS_GPD
 	tristate "GPD handhelds"
-	depends on X86
+	depends on X86 && DMI && HAS_IOPORT
 	help
 	  If you say yes here you get support for fan readings and
 	  control over GPD handheld devices.

---
base-commit: 80038a758b7fc0cdb6987532cbbf3f75b13e0826
change-id: 20250924-hwmon2-dcd2a94a7704

Best regards,
-- 
Cryolitia PukNgae <cryolitia@...ontech.com>



Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ