aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Zimmermann <tim@linux4.de>2025-11-28 08:54:22 +0100
committerBenjamin Tissoires <bentiss@kernel.org>2026-01-07 15:09:07 +0100
commitdd76788f9ec4f33f0f43838cac1304265d944328 (patch)
tree824ac4be50c0b4bf2f01e37b9e5dad7be8c82129
parente03fb369b083ab66d72fb63fe7817e933c3d4a30 (diff)
hid: intel-thc-hid: Select SGL_ALLOC
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>
-rw-r--r--drivers/hid/intel-thc-hid/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/intel-thc-hid/Kconfig b/drivers/hid/intel-thc-hid/Kconfig
index 0351d1137607..9d74e53b8c62 100644
--- a/drivers/hid/intel-thc-hid/Kconfig
+++ b/drivers/hid/intel-thc-hid/Kconfig
@@ -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