Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Antonios Motakis | 5316153 | 2015-03-16 14:08:44 -0600 | [diff] [blame] | 2 | config VFIO_PLATFORM |
| 3 | tristate "VFIO support for platform devices" |
Jason Gunthorpe | 85c94dc | 2021-08-26 13:39:11 +0300 | [diff] [blame] | 4 | depends on ARM || ARM64 || COMPILE_TEST |
Alex Williamson | 71be342 | 2015-03-17 08:33:38 -0600 | [diff] [blame] | 5 | select VFIO_VIRQFD |
Antonios Motakis | 5316153 | 2015-03-16 14:08:44 -0600 | [diff] [blame] | 6 | help |
| 7 | Support for platform devices with VFIO. This is required to make |
| 8 | use of platform devices present on the system using the VFIO |
| 9 | framework. |
| 10 | |
| 11 | If you don't know what to do here, say N. |
Antonios Motakis | b13329a | 2015-03-16 14:08:45 -0600 | [diff] [blame] | 12 | |
Jason Gunthorpe | 85c94dc | 2021-08-26 13:39:11 +0300 | [diff] [blame] | 13 | if VFIO_PLATFORM |
Antonios Motakis | b13329a | 2015-03-16 14:08:45 -0600 | [diff] [blame] | 14 | config VFIO_AMBA |
| 15 | tristate "VFIO support for AMBA devices" |
Jason Gunthorpe | 85c94dc | 2021-08-26 13:39:11 +0300 | [diff] [blame] | 16 | depends on ARM_AMBA || COMPILE_TEST |
Antonios Motakis | b13329a | 2015-03-16 14:08:45 -0600 | [diff] [blame] | 17 | help |
| 18 | Support for ARM AMBA devices with VFIO. This is required to make |
| 19 | use of ARM AMBA devices present on the system using the VFIO |
| 20 | framework. |
| 21 | |
| 22 | If you don't know what to do here, say N. |
Eric Auger | 713cc33 | 2015-06-15 11:09:45 +0200 | [diff] [blame] | 23 | |
| 24 | source "drivers/vfio/platform/reset/Kconfig" |
Jason Gunthorpe | 85c94dc | 2021-08-26 13:39:11 +0300 | [diff] [blame] | 25 | endif |