Kconfig 673 B

12345678910111213141516171819202122
  1. config VFIO_PLATFORM
  2. tristate "VFIO support for platform devices"
  3. depends on VFIO && EVENTFD && (ARM || ARM64)
  4. select VFIO_VIRQFD
  5. help
  6. Support for platform devices with VFIO. This is required to make
  7. use of platform devices present on the system using the VFIO
  8. framework.
  9. If you don't know what to do here, say N.
  10. config VFIO_AMBA
  11. tristate "VFIO support for AMBA devices"
  12. depends on VFIO_PLATFORM && ARM_AMBA
  13. help
  14. Support for ARM AMBA devices with VFIO. This is required to make
  15. use of ARM AMBA devices present on the system using the VFIO
  16. framework.
  17. If you don't know what to do here, say N.
  18. source "drivers/vfio/platform/reset/Kconfig"