xref: /openbmc/linux/drivers/vfio/cdx/Kconfig (revision 2612e3bbc0386368a850140a6c9b990cd496a5ec)
1 # SPDX-License-Identifier: GPL-2.0
2 #
3 # VFIO CDX configuration
4 #
5 # Copyright (C) 2022-2023, Advanced Micro Devices, Inc.
6 #
7 
8 config VFIO_CDX
9 	tristate "VFIO support for CDX bus devices"
10 	depends on CDX_BUS
11 	select EVENTFD
12 	help
13 	  Driver to enable VFIO support for the devices on CDX bus.
14 	  This is required to make use of CDX devices present in
15 	  the system using the VFIO framework.
16 
17 	  If you don't know what to do here, say N.
18