Linux-RISC-V Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] perf: andes: support ANDES_CUSTOM_PMU on ARCH_ANDES
@ 2026-02-04  9:18 Hui Min Mina Chou
  0 siblings, 0 replies; only message in thread
From: Hui Min Mina Chou @ 2026-02-04  9:18 UTC (permalink / raw)
  To: atish.patra, anup, linux-riscv, linux-kernel
  Cc: tim609, cynthia, ben717, az70021, Charles Ci-Jyun Wu

From: Charles Ci-Jyun Wu <dminus@andestech.com>

Modify ANDES_CUSTOM_PMU Kconfig dependency to include both
ARCH_ANDES and ARCH_RENESAS platforms. Previously, it depended only
on ARCH_RENESAS, which prevented PMU IRQ from being enabled correctly
on Andes platforms

Signed-off-by: Cynthia Huang <cynthia@andestech.com>
Signed-off-by: Charles Ci-Jyun Wu <dminus@andestech.com>
---
 drivers/perf/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/perf/Kconfig b/drivers/perf/Kconfig
index 638321fc9800..39e174d36336 100644
--- a/drivers/perf/Kconfig
+++ b/drivers/perf/Kconfig
@@ -117,7 +117,7 @@ config STARFIVE_STARLINK_PMU
 
 config ANDES_CUSTOM_PMU
 	bool "Andes custom PMU support"
-	depends on ARCH_RENESAS && RISCV_ALTERNATIVE && RISCV_PMU_SBI
+	depends on (ARCH_ANDES || ARCH_RENESAS) && RISCV_ALTERNATIVE && RISCV_PMU_SBI
 	default y
 	help
 	  The Andes cores implement the PMU overflow extension very
-- 
2.34.1


_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-02-04  9:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-04  9:18 [PATCH] perf: andes: support ANDES_CUSTOM_PMU on ARCH_ANDES Hui Min Mina Chou

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox