On 11/13/24 9:33 PM, Even Xu wrote: > diff --git a/drivers/hid/intel-thc-hid/Kconfig b/drivers/hid/intel-thc-hid/Kconfig > new file mode 100644 > index 000000000000..e7e8201287f8 > --- /dev/null > +++ b/drivers/hid/intel-thc-hid/Kconfig > @@ -0,0 +1,20 @@ > +# SPDX-License-Identifier: GPL-2.0 > +# Copyright (c) 2024, Intel Corporation. > + > +menu "Intel THC HID Support" > + depends on X86_64 && PCI > + > +config INTEL_THC_HID > + tristate "Intel Touch Host Controller" > + select HID > + help > + THC (Touch Host Controller) is the name of the IP block in PCH that > + interface with Touch Devices (ex: touchscreen, touchpad etc.). It interfaces (e.g.: touchscreen, touchpad, etc.). It > + is comprised of 3 key functional blocks: A natively half-duplex > + Quad I/O capable SPI master; A low latency I2C interface to support a low > + HIDI2C compliant devices; A HW sequencer with RW DMA capability to ; and a HW though I prefer to spell out hardware Read/Write > + system memory. > + > + Say Y/M here if you want to support Intel THC. If unsure, say N. > + > +endmenu -- ~Randy