blob: 331a5920f5abd2ad1caf7f0f98d8d540753dd4cf [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Antonios Motakis53161532015-03-16 14:08:44 -06002config VFIO_PLATFORM
3 tristate "VFIO support for platform devices"
Jason Gunthorpe85c94dc2021-08-26 13:39:11 +03004 depends on ARM || ARM64 || COMPILE_TEST
Alex Williamson71be3422015-03-17 08:33:38 -06005 select VFIO_VIRQFD
Antonios Motakis53161532015-03-16 14:08:44 -06006 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 Motakisb13329a2015-03-16 14:08:45 -060012
Jason Gunthorpe85c94dc2021-08-26 13:39:11 +030013if VFIO_PLATFORM
Antonios Motakisb13329a2015-03-16 14:08:45 -060014config VFIO_AMBA
15 tristate "VFIO support for AMBA devices"
Jason Gunthorpe85c94dc2021-08-26 13:39:11 +030016 depends on ARM_AMBA || COMPILE_TEST
Antonios Motakisb13329a2015-03-16 14:08:45 -060017 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 Auger713cc332015-06-15 11:09:45 +020023
24source "drivers/vfio/platform/reset/Kconfig"
Jason Gunthorpe85c94dc2021-08-26 13:39:11 +030025endif