[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <ac28185714e8e86de5f380e3f8f59e4a3afec061.1605306931.git.gustavo.pimentel@synopsys.com>
Date: Fri, 13 Nov 2020 23:37:14 +0100
From: Gustavo Pimentel <Gustavo.Pimentel@...opsys.com>
To: Derek Kiernan <derek.kiernan@...inx.com>,
Dragan Cvetic <dragan.cvetic@...inx.com>,
Arnd Bergmann <arnd@...db.de>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc: Joao Pinto <Joao.Pinto@...opsys.com>,
Gustavo Pimentel <Gustavo.Pimentel@...opsys.com>,
linux-kernel@...r.kernel.org
Subject: [PATCH v2 3/5] misc: Add Synopsys DesignWare xData IP driver to Kconfig
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 <gustavo.pimentel@...opsys.com>
---
drivers/misc/Kconfig | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
index ce136d6..edb1363 100644
--- a/drivers/misc/Kconfig
+++ b/drivers/misc/Kconfig
@@ -423,6 +423,17 @@ config SRAM
config SRAM_EXEC
bool
+config DW_XDATA_PCIE
+ depends on PCI
+ tristate "Synopsys DesignWare xData PCIe driver"
+ default n
+ 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
Powered by blists - more mailing lists