build: drop unused config variable CONFIG_HVM
authorDoug Goldstein <cardoe@cardoe.com>
Tue, 6 Oct 2015 15:39:33 +0000 (17:39 +0200)
committerJan Beulich <jbeulich@suse.com>
Tue, 6 Oct 2015 15:39:33 +0000 (17:39 +0200)
CONFIG_HVM is not used anywhere in the build process so drop it.

Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
config/x86_32.mk
config/x86_64.mk

index c2d785e345149bac1a1f785d4e6030ffa07dd37f..ed694470140d13a7444db153e04c44112d3732de 100644 (file)
@@ -2,7 +2,6 @@ CONFIG_X86 := y
 CONFIG_X86_32 := y
 CONFIG_X86_$(XEN_OS) := y
 
-CONFIG_HVM := y
 CONFIG_MIGRATE := y
 CONFIG_XCUTILS := y
 
index bf104c23c917cf994a1c016d347483ebb7ab9151..f74611fed1eecec7365894c8e8763cec623c3992 100644 (file)
@@ -3,7 +3,6 @@ CONFIG_X86_64 := y
 CONFIG_X86_$(XEN_OS) := y
 
 CONFIG_COMPAT := y
-CONFIG_HVM := y
 CONFIG_MIGRATE := y
 CONFIG_XCUTILS := y