Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Cryolitia PukNgae and committed by
Guenter Roeck
205c7302 584d55be

+1 -1
+1 -1
drivers/hwmon/Kconfig
··· 771 771 772 772 config SENSORS_GPD 773 773 tristate "GPD handhelds" 774 - depends on X86 774 + depends on X86 && DMI && HAS_IOPORT 775 775 help 776 776 If you say yes here you get support for fan readings and 777 777 control over GPD handheld devices.