Re: [RFC 05/11] hte: Add Tegra194 IRQ HTE test driver
From: Randy Dunlap <hidden>
Date: 2021-06-27 17:42:46
Also in:
linux-devicetree, linux-gpio, linux-tegra, lkml
From: Randy Dunlap <hidden>
Date: 2021-06-27 17:42:46
Also in:
linux-devicetree, linux-gpio, linux-tegra, lkml
On 6/25/21 4:55 PM, Dipen Patel wrote:
diff --git a/drivers/hte/Kconfig b/drivers/hte/Kconfig index f7b01fcc7190..c4d335c41254 100644 --- a/drivers/hte/Kconfig +++ b/drivers/hte/Kconfig@@ -31,4 +31,11 @@ config HTE_TEGRA194 systems-on-chip. The driver supports 352 LIC IRQs and 39 AON GPIOs lines for timestamping in realtime. +config HTE_TEGRA194_IRQ_TEST + tristate "NVIDIA Tegra194 HTE LIC IRQ Test" + depends on HTE_TEGRA194 + help + The NVIDIA Tegra194 GTE IRQ test driver demonstrates HTE subsystem + usage for the LIC IRQ hardware timestamp. + endif
Fix indentation, please. -- ~Randy