Re: [PATCH v7 2/5] misc: Add Synopsys DesignWare xData IP driver to Makefile and Kconfig
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2021-03-28 12:50:24
Also in:
linux-pci, lkml
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2021-03-28 12:50:24
Also in:
linux-pci, lkml
On Sat, Mar 27, 2021 at 04:06:52AM +0100, Gustavo Pimentel wrote:
Add Synopsys DesignWare xData IP driver to Makefile and Kconfig. This driver enables/disables the PCIe traffic generator module pertain to the Synopsys DesignWare prototype. Signed-off-by: Gustavo Pimentel <redacted> --- drivers/misc/Kconfig | 10 ++++++++++ drivers/misc/Makefile | 1 + 2 files changed, 11 insertions(+)
This should be part of the patch that adds the driver so that you can properly bisect things to when problems really happen. thnaks, greg k-h