diff options
Diffstat (limited to 'accel')
-rw-r--r-- | accel/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/accel/Kconfig b/accel/Kconfig index 2ad94a3..461104c 100644 --- a/accel/Kconfig +++ b/accel/Kconfig @@ -1,3 +1,12 @@ +config WHPX + bool + +config HAX + bool + +config HVF + bool + config TCG bool |