diff options
author | Eric Auger <eric.auger@linaro.org> | 2015-06-15 11:09:45 +0200 |
---|---|---|
committer | Alex Williamson <alex.williamson@redhat.com> | 2015-06-22 09:35:38 -0600 |
commit | 713cc334a6cc20dd1740933bf49d804b081bbca0 (patch) | |
tree | 8d853639cae0648d789b06ab4201167b7110fad0 /drivers/vfio/platform/Kconfig | |
parent | 3eeb0d510c65e777030156f03c116393095a3248 (diff) |
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/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/vfio/platform/Kconfig b/drivers/vfio/platform/Kconfig index 9a4403e2a36c..1df74772d1b7 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" |