On Tue, 17 Aug 2021 at 05:45, Ani Sinha <a...@anisinha.ca> wrote: > > ping ...
You didn't cc any of the ACPI maintainers; I have done so. Is it intended that ACPI_HW_REDUCED must always imply ACPI_MEMORY_HOTPLUG, or is it just a coincidence that the virt board happens to want both, and so we select both ? > On Thu, 12 Aug 2021, Ani Sinha wrote: > > > ACPI_MEMORY_HOTPLUG is implicitly turned on when ACPI_HW_REDUCED is > > selected. > > ACPI_HW_REDUCED is already enabled. No need to turn on ACPI_MEMORY_HOTPLUG > > explicitly. This is a minor cleanup. > > > > Signed-off-by: Ani Sinha <a...@anisinha.ca> > > --- > > hw/arm/Kconfig | 1 - > > 1 file changed, 1 deletion(-) > > > > diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig > > index 4ba0aca067..38cf9f44e2 100644 > > --- a/hw/arm/Kconfig > > +++ b/hw/arm/Kconfig > > @@ -25,7 +25,6 @@ config ARM_VIRT > > select ACPI_PCI > > select MEM_DEVICE > > select DIMM > > - select ACPI_MEMORY_HOTPLUG > > select ACPI_HW_REDUCED > > select ACPI_NVDIMM > > select ACPI_APEI > > -- > > 2.25.1 > > > > -- PMM