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:
parent
454522430f
commit
39ba281686
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue