> -----Original Message----- > From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> > Sent: Thursday, November 14, 2024 1:44 PM > To: Xu, Even <even.xu@xxxxxxxxx>; jikos@xxxxxxxxxx; bentiss@xxxxxxxxxx; > corbet@xxxxxxx; bagasdotme@xxxxxxxxx; Aaron, Ma > <aaron.ma@xxxxxxxxxxxxx> > Cc: linux-input@xxxxxxxxxxxxxxx; linux-kernel@xxxxxxxxxxxxxxx; linux- > doc@xxxxxxxxxxxxxxx; Sun, Xinpeng <xinpeng.sun@xxxxxxxxx>; Zhang, Rui1 > <rui1.zhang@xxxxxxxxx>; Srinivas Pandruvada > <srinivas.pandruvada@xxxxxxxxxxxxxxx> > Subject: Re: [PATCH v2 11/22] HID: intel-thc-hid: intel-quickspi: Add THC QuickSPI > driver skeleton > > > > 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 Will fix it. > > > + HIDSPI (HID over SPI) protocol. It configures THC to work at SPI > > + mode, and controls THC HW sequencer to accelerate HIDSPI transcation > > hardware transaction Will fix it. > > > + flow. > > + > > + Say Y/M here if you want to support Intel QuickSPI. If unsure, say N. > > + > > endmenu > > -- > ~Randy Thanks! Best Regards, Even Xu