[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240617131425.7526-3-cuiyunhui@bytedance.com>
Date: Mon, 17 Jun 2024 21:14:25 +0800
From: Yunhui Cui <cuiyunhui@...edance.com>
To: rafael@...nel.org,
lenb@...nel.org,
linux-acpi@...r.kernel.org,
linux-kernel@...r.kernel.org,
paul.walmsley@...ive.com,
palmer@...belt.com,
sunilvl@...tanamicro.com,
aou@...s.berkeley.edu,
linux-riscv@...ts.infradead.org,
bhelgaas@...gle.com,
james.morse@....com,
jeremy.linton@....com,
Jonathan.Cameron@...wei.com,
pierre.gondois@....com,
sudeep.holla@....com,
tiantao6@...wei.com
Cc: Yunhui Cui <cuiyunhui@...edance.com>
Subject: [PATCH v6 3/3] RISC-V: Select ACPI PPTT drivers
After adding ACPI support to populate_cache_leaves(), RISC-V can build
cacheinfo through the ACPI PPTT table, thus enabling the ACPI_PPTT
configuration.
Signed-off-by: Yunhui Cui <cuiyunhui@...edance.com>
Reviewed-by: Jeremy Linton <jeremy.linton@....com>
Reviewed-by: Sudeep Holla <sudeep.holla@....com>
Reviewed-by: Sunil V L <sunilvl@...tanamicro.com>
---
arch/riscv/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/riscv/Kconfig b/arch/riscv/Kconfig
index 9f38a5ecbee3..1b4c310a59fb 100644
--- a/arch/riscv/Kconfig
+++ b/arch/riscv/Kconfig
@@ -13,6 +13,7 @@ config 32BIT
config RISCV
def_bool y
select ACPI_GENERIC_GSI if ACPI
+ select ACPI_PPTT if ACPI
select ACPI_REDUCED_HARDWARE_ONLY if ACPI
select ARCH_DMA_DEFAULT_COHERENT
select ARCH_ENABLE_HUGEPAGE_MIGRATION if HUGETLB_PAGE && MIGRATION
--
2.20.1
Powered by blists - more mailing lists