[media] staging: atomisp: Fix endless recursion in hmm_init
[linux-block.git] / drivers / vfio / platform / Kconfig
CommitLineData
53161532
AM
1config VFIO_PLATFORM
2 tristate "VFIO support for platform devices"
e6bcd47f 3 depends on VFIO && EVENTFD && (ARM || ARM64)
71be3423 4 select VFIO_VIRQFD
53161532
AM
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
10 If you don't know what to do here, say N.
b13329ad
AM
11
12config VFIO_AMBA
13 tristate "VFIO support for AMBA devices"
14 depends on VFIO_PLATFORM && ARM_AMBA
15 help
16 Support for ARM AMBA devices with VFIO. This is required to make
17 use of ARM AMBA devices present on the system using the VFIO
18 framework.
19
20 If you don't know what to do here, say N.
713cc334
EA
21
22source "drivers/vfio/platform/reset/Kconfig"