diff options
author | Cryolitia PukNgae <cryolitia@uniontech.com> | 2025-09-24 15:48:38 +0800 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2025-09-24 07:48:55 -0700 |
commit | 205c730262215fe1940668394a856f69ece55c66 (patch) | |
tree | 8ec16a3a3be5bf9c0c2976259c594a1e99cf0771 | |
parent | 584d55be66ef151e6ef9ccb3dcbc0a2155559be1 (diff) |
hwmon: (gpd-fan) complete Kconfig dependencies
DMI and HAS_IOPORT is also needed
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202509200214.i2QX7iwD-lkp@intel.com/
Signed-off-by: Cryolitia PukNgae <cryolitia@uniontech.com>
Link: https://lore.kernel.org/r/20250924-hwmon2-v1-1-fc529865a325@uniontech.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
-rw-r--r-- | drivers/hwmon/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index d6769288a76e..d61014d7968a 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. |