Re: [PATCH v2 17/22] HID: intel-thc-hid: intel-quicki2c: Add THC QuickI2C driver skeleton
From: Randy Dunlap
Date: Thu Nov 14 2024 - 00:46:00 EST
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 0d0a3877eeb0..275e42a4f7a1 100644
> --- a/drivers/hid/intel-thc-hid/Kconfig
> +++ b/drivers/hid/intel-thc-hid/Kconfig
> @@ -28,4 +28,15 @@ config INTEL_QUICKSPI
>
> Say Y/M here if you want to support Intel QuickSPI. If unsure, say N.
>
> +config INTEL_QUICKI2C
> + tristate "Intel QuickI2C driver based on Intel Touch Host Controller"
> + depends on INTEL_THC_HID
> + help
> + Intel QuickI2C, uses Touch Host Controller (THC) hardware, implements
QuickI2C uses
> + HIDI2C (HID over I2C) protocol. It configures THC to work at I2C
in I2C
> + mode, and controls THC HW sequencer to accelerate HIDI2C transcation
hardware transaction
> + flow.
> +
> + Say Y/M here if you want to support Intel QuickI2C. If unsure, say N.
> +
> endmenu
--
~Randy