diff options
author | Gustavo Pimentel <Gustavo.Pimentel@synopsys.com> | 2021-03-29 13:17:45 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-04-05 13:15:52 +0200 |
commit | e8a30eef6ef6da4998fcdaaffaaf8d29777c5d7d (patch) | |
tree | a821cf44424e5866b94fa9544458cf919e660470 /drivers/misc/Kconfig | |
parent | b2192cfeba8481224da0a4ec3b4a7ccd80b1623b (diff) | |
download | linux-e8a30eef6ef6da4998fcdaaffaaf8d29777c5d7d.tar.gz linux-e8a30eef6ef6da4998fcdaaffaaf8d29777c5d7d.tar.bz2 linux-e8a30eef6ef6da4998fcdaaffaaf8d29777c5d7d.zip |
misc: Add Synopsys DesignWare xData IP driver
Add Synopsys DesignWare xData IP driver. This driver enables/disables
the PCI traffic generator module pertain to the Synopsys DesignWare
prototype.
Signed-off-by: Gustavo Pimentel <gustavo.pimentel@synopsys.com>
Link: https://lore.kernel.org/r/daa1efe23850e77d6807dc3f371728fc0b7548b8.1617016509.git.gustavo.pimentel@synopsys.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r-- | drivers/misc/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index c5f20e939ca3..f4fb5c52b863 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig @@ -402,6 +402,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 |