[PATCH v4 12/14] mips: Enable FDC on MIPS R6 platforms.
From: Aleksandar Rikalo
Date: Sat May 11 2024 - 06:46:08 EST
Change of the configuration file to enable the build of the
FDC driver for MIPS R6 systems.
Signed-off-by: Aleksandar Rikalo <aleksandar.rikalo@xxxxxxxxxx>
Signed-off-by: Djordje Todorovic <djordje.todorovic@xxxxxxxxxx>
---
drivers/bus/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/bus/Kconfig b/drivers/bus/Kconfig
index d5e7fa9173a1..17b682f05915 100644
--- a/drivers/bus/Kconfig
+++ b/drivers/bus/Kconfig
@@ -108,7 +108,7 @@ config INTEL_IXP4XX_EB
config MIPS_CDMM
bool "MIPS Common Device Memory Map (CDMM) Driver"
- depends on CPU_MIPSR2 || CPU_MIPSR5
+ depends on CPU_MIPSR2 || CPU_MIPSR5 || CPU_MIPSR6
help
Driver needed for the MIPS Common Device Memory Map bus in MIPS
cores. This bus is for per-CPU tightly coupled devices such as the
--
2.25.1