8 lines
260 B
Plaintext
8 lines
260 B
Plaintext
|
# SPDX-License-Identifier: GPL-2.0
|
||
|
config ACPI_HMAT
|
||
|
bool "ACPI Heterogeneous Memory Attribute Table Support"
|
||
|
depends on ACPI_NUMA
|
||
|
help
|
||
|
If set, this option has the kernel parse and report the
|
||
|
platform's ACPI HMAT (Heterogeneous Memory Attributes Table).
|