Re: [RFC v2 10/11] hte: Add tegra GPIO HTE test driver
From: Randy Dunlap <hidden>
Date: 2021-10-01 23:47:44
Also in:
linux-devicetree, linux-doc, linux-tegra, lkml
From: Randy Dunlap <hidden>
Date: 2021-10-01 23:47:44
Also in:
linux-devicetree, linux-doc, linux-tegra, lkml
Hi, On 9/30/21 4:26 PM, Dipen Patel wrote:
diff --git a/drivers/hte/Kconfig b/drivers/hte/Kconfig index eb339526f141..57c97034d187 100644 --- a/drivers/hte/Kconfig +++ b/drivers/hte/Kconfig@@ -38,4 +38,13 @@ 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
to use the HTE
+ subsystem indirectly through gpiolib API calls for GPIO line for the
lines
+ hardware assisted timestamping.
hardware-assisted
+ endif
Also: Please follow coding-style for Kconfig files: (from Documentation/process/coding-style.rst, section 10): For all of the Kconfig* configuration files throughout the source tree, the indentation is somewhat different. Lines under a ``config`` definition are indented with one tab, while help text is indented an additional two spaces. Some of the lines above are indented with spaces instead of one tab. thanks. -- ~Randy