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