diff options
author | Philippe Mathieu-Daudé <philmd@redhat.com> | 2020-06-18 14:33:39 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-07-10 18:02:21 -0400 |
commit | 06e89e13be25ef48196cb8ff40e9aeb3bf72f86b (patch) | |
tree | 5d5fb6c5097d57881b45e52234a310b290fb355d /Kconfig.host | |
parent | 1e0ef873d9b271d373ce6d3aac6c99552b0d4a00 (diff) |
accel/Kconfig: Extract accel selectors into their own config
Move the accel selectors from the global Kconfig.host to their
own Kconfig file.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'Kconfig.host')
-rw-r--r-- | Kconfig.host | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Kconfig.host b/Kconfig.host index 55136e037d..a6d871c399 100644 --- a/Kconfig.host +++ b/Kconfig.host @@ -2,9 +2,6 @@ # down to Kconfig. See also MINIKCONF_ARGS in the Makefile: # these two need to be kept in sync. -config KVM - bool - config LINUX bool @@ -31,10 +28,6 @@ config VHOST_KERNEL bool select VHOST -config XEN - bool - select FSDEV_9P if VIRTFS - config VIRTFS bool |