mirror of
https://github.com/torvalds/linux.git
synced 2025-04-12 06:49:52 +00:00
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>
This commit is contained in:
parent
d08a104965
commit
f1d3ad0ac1
@ -6,6 +6,7 @@ menu "Intel THC HID Support"
|
||||
|
||||
config INTEL_THC_HID
|
||||
tristate "Intel Touch Host Controller"
|
||||
depends on ACPI
|
||||
select HID
|
||||
help
|
||||
THC (Touch Host Controller) is the name of the IP block in PCH that
|
||||
|
Loading…
x
Reference in New Issue
Block a user