On 11/13/24 9:34 PM, Even Xu wrote: > diff --git a/drivers/hid/intel-thc-hid/Kconfig b/drivers/hid/intel-thc-hid/Kconfig > index e7e8201287f8..0d0a3877eeb0 100644 > --- a/drivers/hid/intel-thc-hid/Kconfig > +++ b/drivers/hid/intel-thc-hid/Kconfig > @@ -17,4 +17,15 @@ config INTEL_THC_HID > > Say Y/M here if you want to support Intel THC. If unsure, say N. > > +config INTEL_QUICKSPI > + tristate "Intel QuickSPI driver based on Intel Touch Host Controller" > + depends on INTEL_THC_HID > + help > + Intel QuickSPI, base on Touch Host Controller (THC), implements based on > + HIDSPI (HID over SPI) protocol. It configures THC to work at SPI > + mode, and controls THC HW sequencer to accelerate HIDSPI transcation hardware transaction > + flow. > + > + Say Y/M here if you want to support Intel QuickSPI. If unsure, say N. > + > endmenu -- ~Randy