[PATCH V24 2/3] misc: dcc: Add driver support for Data Capture and Compare unit(DCC)

Randy Dunlap rdunlap at infradead.org
Tue Jun 27 09:18:35 PDT 2023


Hi--

On 6/27/23 02:49, Souradeep Chowdhury wrote:
> diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
> index 433aa4197785..3112dbb15cf4 100644
> --- a/drivers/misc/Kconfig
> +++ b/drivers/misc/Kconfig
> @@ -276,6 +276,15 @@ config QCOM_COINCELL
>  	  to maintain PMIC register and RTC state in the absence of
>  	  external power.
> 
> +config QCOM_DCC
> +	tristate "Qualcomm Technologies, Inc. Data Capture and Compare(DCC) engine driver"

	                                                       Compare (DCC)

> +	depends on ARCH_QCOM || COMPILE_TEST
> +	help
> +	  This option enables driver for Data Capture and Compare engine. DCC

	              enables the driver for the                        . The DCC

> +	  driver provides interface to configure DCC block and read back

	         provides interfaces to configure the DCC block and read back

> +	  captured data from DCC's internal SRAM. The module name for this

	                from the DCC's

> +	  is qcom-dcc.ko

We don't usually add the ".ko" here, so just:

	  is qcom-dcc.

thanks.
-- 
~Randy



More information about the linux-arm-kernel mailing list