]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
hid: intel-thc-hid: Select SGL_ALLOC
authorTim Zimmermann <tim@linux4.de>
Fri, 28 Nov 2025 07:54:22 +0000 (08:54 +0100)
committerBenjamin Tissoires <bentiss@kernel.org>
Wed, 7 Jan 2026 14:09:07 +0000 (15:09 +0100)
intel-thc-dma.c uses sgl_alloc() resulting in a build failure
if CONFIG_SGL_ALLOC is not enabled

Signed-off-by: Tim Zimmermann <tim@linux4.de>
Reviewed-by: Even Xu <even.xu@intel.com>
Signed-off-by: Benjamin Tissoires <bentiss@kernel.org>
drivers/hid/intel-thc-hid/Kconfig

index 0351d11376072da58820ff42680bfbcc600a7cb0..9d74e53b8c62b37d34984cc7a1746db0114e4018 100644 (file)
@@ -7,6 +7,7 @@ menu "Intel THC HID Support"
 config INTEL_THC_HID
        tristate "Intel Touch Host Controller"
        depends on ACPI
+       select SGL_ALLOC
        help
          THC (Touch Host Controller) is the name of the IP block in PCH that
          interfaces with Touch Devices (ex: touchscreen, touchpad etc.). It