RE: [PATCH v5 3/6] misc: Add Synopsys DesignWare xData IP driver to Kconfig

2021-02-11 Thread Gustavo Pimentel
On Thu, Feb 11, 2021 at 11:29:43, Krzysztof Wilczyński  
wrote:

> Hi Gustavo,
> 
> [...]
> > +config DW_XDATA_PCIE
> > +   depends on PCI
> > +   tristate "Synopsys DesignWare xData PCIe driver"
> > +   help
> > + This driver allows controlling Synopsys DesignWare PCIe traffic
> > + generator IP also known as xData, present in Synopsys Designware
> > + PCIe Endpoint prototype.
> [...]
> 
> To be consistent.  It would be "DesignWare" in the sentence above.

Nicely catch. Thanks.

> 
> Krzysztof




Re: [PATCH v5 3/6] misc: Add Synopsys DesignWare xData IP driver to Kconfig

2021-02-11 Thread Krzysztof Wilczyński
Hi Gustavo,

[...]
> +config DW_XDATA_PCIE
> + depends on PCI
> + tristate "Synopsys DesignWare xData PCIe driver"
> + help
> +   This driver allows controlling Synopsys DesignWare PCIe traffic
> +   generator IP also known as xData, present in Synopsys Designware
> +   PCIe Endpoint prototype.
[...]

To be consistent.  It would be "DesignWare" in the sentence above.

Krzysztof


[PATCH v5 3/6] misc: Add Synopsys DesignWare xData IP driver to Kconfig

2021-02-11 Thread Gustavo Pimentel
Add Synopsys DesignWare xData IP driver to Kconfig.

This driver enables/disables the PCIe traffic generator module
pertain to the Synopsys DesignWare prototype.

Signed-off-by: Gustavo Pimentel 
---
 drivers/misc/Kconfig | 10 ++
 1 file changed, 10 insertions(+)

diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
index fafa8b0..41684fe 100644
--- a/drivers/misc/Kconfig
+++ b/drivers/misc/Kconfig
@@ -423,6 +423,16 @@ config SRAM
 config SRAM_EXEC
bool
 
+config DW_XDATA_PCIE
+   depends on PCI
+   tristate "Synopsys DesignWare xData PCIe driver"
+   help
+ This driver allows controlling Synopsys DesignWare PCIe traffic
+ generator IP also known as xData, present in Synopsys Designware
+ PCIe Endpoint prototype.
+
+ If unsure, say N.
+
 config PCI_ENDPOINT_TEST
depends on PCI
select CRC32
-- 
2.7.4