summaryrefslogtreecommitdiff
path: root/drivers/vfio/platform/Kconfig
diff options
context:
space:
mode:
authorEric Auger <eric.auger@linaro.org>2015-06-15 09:09:45 (GMT)
committerAlex Williamson <alex.williamson@redhat.com>2015-06-22 15:35:38 (GMT)
commit713cc334a6cc20dd1740933bf49d804b081bbca0 (patch)
tree8d853639cae0648d789b06ab4201167b7110fad0 /drivers/vfio/platform/Kconfig
parent3eeb0d510c65e777030156f03c116393095a3248 (diff)
downloadlinux-713cc334a6cc20dd1740933bf49d804b081bbca0.tar.xz
VFIO: platform: Calxeda xgmac reset module
This patch introduces a module that registers and implements a basic reset function for the Calxeda xgmac device. This latter basically disables interrupts and stops DMA transfers. The reset function code is inherited from the native calxeda xgmac driver. Signed-off-by: Eric Auger <eric.auger@linaro.org> Acked-by: Baptiste Reynal <b.reynal@virtualopensystems.com> Tested-by: Baptiste Reynal <b.reynal@virtualopensystems.com> Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Diffstat (limited to 'drivers/vfio/platform/Kconfig')
-rw-r--r--drivers/vfio/platform/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/vfio/platform/Kconfig b/drivers/vfio/platform/Kconfig
index 9a4403e..1df7477 100644
--- a/drivers/vfio/platform/Kconfig
+++ b/drivers/vfio/platform/Kconfig
@@ -18,3 +18,5 @@ config VFIO_AMBA
framework.
If you don't know what to do here, say N.
+
+source "drivers/vfio/platform/reset/Kconfig"