diff options
Diffstat (limited to 'hw/vfio-user/Kconfig')
-rw-r--r-- | hw/vfio-user/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/hw/vfio-user/Kconfig b/hw/vfio-user/Kconfig new file mode 100644 index 0000000..24bdf7a --- /dev/null +++ b/hw/vfio-user/Kconfig @@ -0,0 +1,7 @@ +# SPDX-License-Identifier: GPL-2.0-or-later + +config VFIO_USER + bool + default y + depends on VFIO_PCI + |