public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] hid: intel-thc-hid: Select SGL_ALLOC
@ 2025-11-28  7:54 Tim Zimmermann
  2025-12-22  2:55 ` Even Xu
  2026-01-07 14:26 ` Benjamin Tissoires
  0 siblings, 2 replies; 3+ messages in thread
From: Tim Zimmermann @ 2025-11-28  7:54 UTC (permalink / raw)
  Cc: tim, Even Xu, Xinpeng Sun, Jiri Kosina, Benjamin Tissoires,
	linux-input, linux-kernel

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>
---
 drivers/hid/intel-thc-hid/Kconfig | 1 +
 1 file changed, 1 insertion(+)

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
-- 
2.51.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-01-07 14:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-28  7:54 [PATCH] hid: intel-thc-hid: Select SGL_ALLOC Tim Zimmermann
2025-12-22  2:55 ` Even Xu
2026-01-07 14:26 ` Benjamin Tissoires

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox