Skip to content

Commit f1d3ad0

Browse files
EvenxfJiri Kosina
authored andcommitted
HID: intel-thc-hid: fix build errors in um mode
Add dependency to ACPI to avoid acpi APIs missing in um mode. Signed-off-by: Even Xu <even.xu@intel.com> Suggested-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> Reported-by: kernel test robot <lkp@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202501131826.sX2DubPG-lkp@intel.com Signed-off-by: Jiri Kosina <jkosina@suse.com>
1 parent d08a104 commit f1d3ad0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/hid/intel-thc-hid/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ menu "Intel THC HID Support"
66

77
config INTEL_THC_HID
88
tristate "Intel Touch Host Controller"
9+
depends on ACPI
910
select HID
1011
help
1112
THC (Touch Host Controller) is the name of the IP block in PCH that

0 commit comments

Comments
 (0)