commit | 39ba28168646dd067c4a4e14bbbe47ba8bd927cf | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Thu May 27 14:00:21 2021 -0700 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Fri Jun 11 16:12:52 2021 +0200 |
tree | 3748efcd8f044dd00d0dbd6a4f0ffaa2df27eee5 | |
parent | 454522430f7a4d379d1829015a2dcb30c3445314 [diff] |
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>