Re: [RFC 10/11] hte: Add tegra GPIO HTE test driver

From: Randy Dunlap
Date: Sun Jun 27 2021 - 13:43:58 EST


On 6/25/21 4:55 PM, Dipen Patel wrote:
> diff --git a/drivers/hte/Kconfig b/drivers/hte/Kconfig
> index c4d335c41254..e62077c1024c 100644
> --- a/drivers/hte/Kconfig
> +++ b/drivers/hte/Kconfig
> @@ -38,4 +38,12 @@ config HTE_TEGRA194_IRQ_TEST
> The NVIDIA Tegra194 GTE IRQ test driver demonstrates HTE subsystem
> usage for the LIC IRQ hardware timestamp.
>
> +config HTE_TEGRA194_GPIO_TEST
> + tristate "NVIDIA Tegra194 HTE GPIO Test"
> + depends on HTE_TEGRA194
> + help
> + The NVIDIA Tegra194 GTE GPIO test driver demonstrates how to use HTE
> + subsystem indirectly through gpiolib API calls for GPIO line for the
> + hardware assisted timestamping.
> +
> endif

Fix indentation, please.

--
~Randy