2019-05-19 19:07:45 +07:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2015-03-17 03:08:44 +07:00
|
|
|
config VFIO_PLATFORM
|
|
|
|
tristate "VFIO support for platform devices"
|
2015-06-15 16:13:52 +07:00
|
|
|
depends on VFIO && EVENTFD && (ARM || ARM64)
|
2015-03-17 21:33:38 +07:00
|
|
|
select VFIO_VIRQFD
|
2015-03-17 03:08:44 +07:00
|
|
|
help
|
|
|
|
Support for platform devices with VFIO. This is required to make
|
|
|
|
use of platform devices present on the system using the VFIO
|
|
|
|
framework.
|
|
|
|
|
|
|
|
If you don't know what to do here, say N.
|
2015-03-17 03:08:45 +07:00
|
|
|
|
|
|
|
config VFIO_AMBA
|
|
|
|
tristate "VFIO support for AMBA devices"
|
|
|
|
depends on VFIO_PLATFORM && ARM_AMBA
|
|
|
|
help
|
|
|
|
Support for ARM AMBA devices with VFIO. This is required to make
|
|
|
|
use of ARM AMBA devices present on the system using the VFIO
|
|
|
|
framework.
|
|
|
|
|
|
|
|
If you don't know what to do here, say N.
|
2015-06-15 16:09:45 +07:00
|
|
|
|
|
|
|
source "drivers/vfio/platform/reset/Kconfig"
|