Skip to content

Commit dd76788

Browse files
Linux4Benjamin Tissoires
authored andcommitted
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>
1 parent e03fb36 commit dd76788

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/hid/intel-thc-hid/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ menu "Intel THC HID Support"
77
config INTEL_THC_HID
88
tristate "Intel Touch Host Controller"
99
depends on ACPI
10+
select SGL_ALLOC
1011
help
1112
THC (Touch Host Controller) is the name of the IP block in PCH that
1213
interfaces with Touch Devices (ex: touchscreen, touchpad etc.). It

0 commit comments

Comments
 (0)