Use the Kconfig generated CONFIG_COMPAT defines in the code base.
Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
CONFIG_X86_64 := y
CONFIG_X86_$(XEN_OS) := y
-CONFIG_COMPAT := y
CONFIG_MIGRATE := y
CONFIG_XCUTILS := y
config X86
def_bool y
+ select COMPAT
select HAS_ACPI
select HAS_CPUFREQ
select HAS_EHCI
menu "Common Features"
+config COMPAT
+ bool
+ help
+ 32-bit interface support on 64-bit Xen which is used for both
+ HVM and PV guests. HVMLoader makes 32-bit hypercalls irrespective
+ of the destination runmode of the guest.
+
# Select HAS_DEVICE_TREE if device tree is supported
config HAS_DEVICE_TREE
bool