mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-01 14:52:32 +00:00
713cc334a6
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>
8 lines
237 B
Plaintext
8 lines
237 B
Plaintext
config VFIO_PLATFORM_CALXEDAXGMAC_RESET
|
|
tristate "VFIO support for calxeda xgmac reset"
|
|
depends on VFIO_PLATFORM
|
|
help
|
|
Enables the VFIO platform driver to handle reset for Calxeda xgmac
|
|
|
|
If you don't know what to do here, say N.
|