>>> On 28.03.17 at 17:53, wrote:
> --- a/xen/drivers/acpi/Kconfig
> +++ b/xen/drivers/acpi/Kconfig
> @@ -4,3 +4,7 @@ config ACPI
>
> config ACPI_LEGACY_TABLES_LOOKUP
> bool
> +
> +config ACPI_NUMA
> + def_bool y
> + depends on ACPI && NUMA
> --- a/xen/include/asm-x86/config.h
> ++
From: Vijaya Kumar K
Add CONFIG_ACPI_NUMA to xen/drivers/acpi/Kconfig and
drop CONFIG_ACPI_NUMA set in asm-x86/config.h.
Signed-off-by: Vijaya Kumar K
---
xen/drivers/acpi/Kconfig | 4
xen/include/asm-x86/config.h | 1 -
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/xe