x86: acpi: no need to map all physical memory

With ACPI doing dynamic memory mapping and unmapping
to access ACPI tables, there is no need to identity
map all the physical memory anymore. So remove
the "select" statement in ACPI kconfig.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
Daniel Leung 2021-05-27 14:00:21 -07:00 committed by Carles Cufí
parent 454522430f
commit 39ba281686

View file

@ -224,7 +224,6 @@ endchoice
config ACPI
bool "ACPI (Advanced Configuration and Power Interface) support"
depends on X86_PC_COMPATIBLE
select ARCH_MAPS_ALL_RAM
help
Allow retrieval of platform configuration at runtime.