diff options
Diffstat (limited to 'accel/Kconfig')
-rw-r--r-- | accel/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/accel/Kconfig b/accel/Kconfig new file mode 100644 index 0000000000..c21802bb49 --- /dev/null +++ b/accel/Kconfig @@ -0,0 +1,6 @@ +config KVM + bool + +config XEN + bool + select FSDEV_9P if VIRTFS |